From 58bc016895a122dc44c0cd846fb022895a362627 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Fri, 27 Sep 2024 01:26:03 +0200 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014c835c..3d5302bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## 2.2.1 [#298](https://github.com/openfisca/openfisca-survey-manager/pull/298) +### 2.2.2 [#302](https://github.com/openfisca/openfisca-survey-manager/pull/302) + +* Minor change. + - Update OpenFisca-Core to 42.0.0 + +### 2.2.1 [#298](https://github.com/openfisca/openfisca-survey-manager/pull/298) * For `compute_aggregate`, replace the warning by an assert when `weighted = True` (the default) and no weight is defined for the variable. Before, a warning was displayed and the aggregate was computed using uniform weights. diff --git a/setup.py b/setup.py index 6af6f383..29a29928 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name = 'OpenFisca-Survey-Manager', - version = '2.2.1', + version = '2.2.2', author = 'OpenFisca Team', author_email = 'contact@openfisca.fr', classifiers = [classifier for classifier in classifiers.split('\n') if classifier],