Skip to content

Commit dd0b1ce

Browse files
changes for release
1 parent 1c8c7fa commit dd0b1ce

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ and can be started from within `jupyterlab`
5454
```
5555

5656
## Release notes
57+
### 0.1.3
58+
* improved parameter fitting
59+
* improved plotting
60+
* improved parallelization
61+
5762
### 0.1.1
5863
* dropping py3.6 support (using dataclasses and typing)
5964

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Steps for release are
44
* github: close and update issues/milestone
55
* update version number in develop branch
66
* fix pep8 issues (`tox -e pep8`)
7-
* make sure all tests run (`tox -e py36`, `tox -e py37`)
7+
* make sure all tests run (`tox -e py37`)
88
* build documentation `cd docs_builder` and `./make_docs.sh 2>&1 | tee ./make_docs.log`
99
* add changes to README changelog section
1010
* github: merge all develop changes to master via pull request

sbmlsim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3a1"
1+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)