Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 8b6b375

Browse files
committed
Release 0.1.3
1 parent a59e342 commit 8b6b375

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

doc/RELEASE_NOTES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,21 @@ This is a bugfix release, fixing the following issues:
99
of the Zenodo landing pages.
1010

1111
- Syntax errors in codelets were not reported correctly.
12+
13+
14+
Release 0.1.3
15+
-------------
16+
17+
New feature:
18+
19+
- There is now a generic module activepapers.contents that can be
20+
imported from any Python script in order to provide read-only
21+
access to the contents of the ActivePaper that is located in the
22+
current directory. This is meant as an aid to codelet development.
23+
24+
Bug fixes:
25+
26+
- Broken downloads from Zenodo, following a modification of the contents
27+
of the Zenodo landing pages. Actually, Zenodo went back to the
28+
landing page format it had before ActivePapers release 0.1.2,
29+
so ActivePapers also went back to how it downloaded files before.

lib/activepapers/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.1.2'
1+
version = '0.1.3'

0 commit comments

Comments
 (0)