From e91b6cf358a5a940d359e53d47cf22499ccc3996 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Mon, 26 Jun 2023 13:36:08 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d46ee2e..1449d631f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 40.0.2 [#1185](https://github.com/openfisca/openfisca-core/pull/1185) + +#### Technical changes + +- Remove pre Python 3.9 syntax. + ### 40.0.1 [#1184](https://github.com/openfisca/openfisca-core/pull/1184) #### Technical changes diff --git a/setup.py b/setup.py index 8ff461668..2ddc6d9bf 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup( name="OpenFisca-Core", - version="40.0.1", + version="40.0.2", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[