From 8d6f6e46c1c2c44a7e10f72c6e18e6bd2806c273 Mon Sep 17 00:00:00 2001 From: Alexis Arnaudon Date: Fri, 9 Feb 2024 14:59:42 +0100 Subject: [PATCH] Release 0.2.6 (#37) --- CHANGELOG.md | 13 +++++++++++++ emodel_generalisation/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a59476..89513aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.6](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.5..0.2.6) + +> 9 February 2024 + +### Fixes + +- Make sure param in final works (Alexis Arnaudon - [#36](https://github.com/BlueBrain/emodel-generalisation/pull/36)) + ## [0.2.5](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.3..0.2.5) > 5 February 2024 @@ -18,6 +26,11 @@ - 0.2.4 (Alexis Arnaudon - [#31](https://github.com/BlueBrain/emodel-generalisation/pull/31)) +### General Changes + +- 0.2.5 (Alexis Arnaudon - [#34](https://github.com/BlueBrain/emodel-generalisation/pull/34)) +- Release: 0.2.4 (Alexis Arnaudon - [#33](https://github.com/BlueBrain/emodel-generalisation/pull/33)) + ## [0.2.3](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.2..0.2.3) > 15 December 2023 diff --git a/emodel_generalisation/version.py b/emodel_generalisation/version.py index 416ce53..e6ae7cb 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.5" # pragma: no cover +VERSION = "0.2.6" # pragma: no cover