From 5e64ed4d24d2f13ed1928ca7a9b52eee6893c706 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 6 Feb 2024 14:00:17 +0100 Subject: [PATCH] Update release notes, bump version --- CHANGELOG.md | 12 ++++++++++++ version.txt | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa8153e35..45edeb8adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/version.txt b/version.txt index a67cebaf7f..59dad104b0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.21.1 +0.21.2