From c54d3a56626068e19d13384a1dffd41b945f2fe9 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Wed, 9 Oct 2024 19:55:43 +0200 Subject: [PATCH] chore: version bump (fixes #1233) --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a2f70cd..b7a2683e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 42.1.1 [#1224](https://github.com/openfisca/openfisca-core/pull/1224) + +#### Technical changes + +- Fix type definitions in the enums module + ## 42.1.0 [#1273](https://github.com/openfisca/openfisca-core/pull/1273) #### New features diff --git a/setup.py b/setup.py index 8cdaa6173..913d08a59 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="OpenFisca-Core", - version="42.1.0", + version="42.1.1", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[