From 8aba546a9b955c87ad4c1b11ac0776a4f7ada97b Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Fri, 4 Oct 2024 18:11:27 +0200 Subject: [PATCH] chore: version bump (fixes #1249) --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2962fd8..cca131d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 42.0.5 [#1261](https://github.com/openfisca/openfisca-core/pull/1261) + +#### Technical changes + +- Fix doctests of `data_storage` module + ### 42.0.4 [#1257](https://github.com/openfisca/openfisca-core/pull/1257) #### Technical changes diff --git a/setup.py b/setup.py index fcfe49026..030c80cd3 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="OpenFisca-Core", - version="42.0.4", + version="42.0.5", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[