From 93078af6493d6a21e0fc2611c05536e6a56e2cf0 Mon Sep 17 00:00:00 2001 From: Mahdi Ben Jelloul Date: Sun, 20 Oct 2024 21:43:18 +0100 Subject: [PATCH] Bump --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ceb2e98..3a45a67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +### 2.2.3 [#304](https://github.com/openfisca/openfisca-survey-manager/pull/304) + +* Minor change. + - Add docstrings and types to some tests. ### 2.2.2 [#297](https://github.com/openfisca/openfisca-survey-manager/pull/297) diff --git a/setup.py b/setup.py index a84b158a..5d4e6e30 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name = 'OpenFisca-Survey-Manager', - version = '2.2.3', + version = '2.2.4', author = 'OpenFisca Team', author_email = 'contact@openfisca.fr', classifiers = [classifier for classifier in classifiers.split('\n') if classifier],