diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be1254d61..c69ec6607 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,23 +6,6 @@ Release notes .......... -0.3.3 (2023-10-11) -------------------- - -* Visualize: - * Get optimization result by id (#1116) -* Storage: - * {id} in history storage filename (#1118) -* Objective: - * adjusted PEtab.jl syntax to new release(#1128, #1131) - * Documentation on PEtab importer (#1126) -* Ensembles - * Additional option for cutoff calculation (#1124) - * fix ensembles from optimization endpoints (#1130) -* General - * Added How to Cite (#1125) - - 0.3.2 (2023-10-02) ------------------- diff --git a/pypesto/version.py b/pypesto/version.py index e19434e2e..f9aa3e110 100644 --- a/pypesto/version.py +++ b/pypesto/version.py @@ -1 +1 @@ -__version__ = "0.3.3" +__version__ = "0.3.2"