Skip to content

Commit

Permalink
Update release notes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Feb 6, 2024
1 parent 37975ed commit 5e64ed4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## v0.X Series

### v0.21.2 (2024-02-06)

* Fixed `Solver` copyctor issues with swig4.2 that resulted in installation
errors
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2276
* Fixed error when calling `amici.ExpData()`
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2280
* Fixed invalid-type-error when loading an antimony model from file
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2281

**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.21.1...v0.21.2

### v0.21.1 (2024-01-17)

Fixed package configuration for PyPI upload. No further changes.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.1
0.21.2

0 comments on commit 5e64ed4

Please sign in to comment.