From 0e10d12320c33cc9118ea7cc9f6bcf97c0412567 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Fri, 11 Oct 2024 01:24:05 +0200 Subject: [PATCH] chore: version bump (fixes #1274) --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22e26f62..0ca19f5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 43.1.2 [#1274](https://github.com/openfisca/openfisca-core/pull/1275) + +#### Documentation + +- Add docs to experimental + ### 43.1.1 [#1282](https://github.com/openfisca/openfisca-core/pull/1282) #### Technical changes @@ -8,6 +14,9 @@ ## 43.1.0 [#1255](https://github.com/openfisca/openfisca-core/pull/1255) +- Make `CoreEntity` public + - Allows for more easily creating customised entities. + #### Technical changes - Add missing doctests. diff --git a/setup.py b/setup.py index 40688e380..d86876d88 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="OpenFisca-Core", - version="43.1.1", + version="43.1.2", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[