diff --git a/CHANGELOG.md b/CHANGELOG.md index 89513aa..3e47a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # Changelog -## [0.2.6](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.5..0.2.6) +## [0.2.7](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.5..0.2.7) -> 9 February 2024 +> 13 February 2024 ### Fixes +- One more params/parameters (Alexis Arnaudon - [#38](https://github.com/BlueBrain/emodel-generalisation/pull/38)) - Make sure param in final works (Alexis Arnaudon - [#36](https://github.com/BlueBrain/emodel-generalisation/pull/36)) +### General Changes + +- Release 0.2.6 (Alexis Arnaudon - [#37](https://github.com/BlueBrain/emodel-generalisation/pull/37)) + ## [0.2.5](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.3..0.2.5) > 5 February 2024 diff --git a/emodel_generalisation/version.py b/emodel_generalisation/version.py index e6ae7cb..46bfcbb 100644 --- a/emodel_generalisation/version.py +++ b/emodel_generalisation/version.py @@ -19,4 +19,4 @@ # or send a letter to Creative Commons, 171 # Second Street, Suite 300, San Francisco, California, 94105, USA. -VERSION = "0.2.6" # pragma: no cover +VERSION = "0.2.7" # pragma: no cover