From 9c701ebfc9508f456cc35ee7384c5ba864079e6a Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Tue, 24 Sep 2024 11:19:50 +0200 Subject: [PATCH] chore(version): bump --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ade861023..e1cb77566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 41.6.0 [#1228](https://github.com/openfisca/openfisca-core/pull/1228) + +#### New features + +- Introduce `openfisca_test`. + - Provides `assert_near` and `parse` to prepare tests. + +#### Technical changes + +- Move `assert_near` to `openfisca_test`. +- Add tests to `assert_near`. + ### 41.5.5 [#1220](https://github.com/openfisca/openfisca-core/pull/1220) #### Technical changes diff --git a/setup.py b/setup.py index e637be0c2..85527beca 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( name="OpenFisca-Core", - version="41.5.5", + version="41.6.0", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[