From 742a56752664233b2bcf8a1606efec643efaa6cc Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Wed, 20 Nov 2024 01:02:13 +0100 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3169f7ae..ba425bcfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 43.2.7 [#1300](https://github.com/openfisca/openfisca-core/pull/1300) + +#### Technical changes + +- Move types from `openfisca_core.commons` to `openfisca_core` + ### 43.2.6 [#1297](https://github.com/openfisca/openfisca-core/pull/1297) #### Bugfix diff --git a/setup.py b/setup.py index fbb378359..c2ced9708 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="OpenFisca-Core", - version="43.2.6", + version="43.2.7", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[