diff --git a/CHANGELOG.md b/CHANGELOG.md index f63ac07b..4e7491dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 3.3.1 [#256](https://github.com/openfisca/openfisca-france-data/pull/256) + +* Technical changes + - Met à jour la version d'Openfisca France dans les dépendances + + ### 3.3.0 [#251](https://github.com/openfisca/openfisca-france-data/pull/251) * New features diff --git a/setup.py b/setup.py index 9cb5214f..c326e1e6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "OpenFisca-France-Data", - version = "3.3.0", + version = "3.3.1", description = "OpenFisca-France-Data module to work with French survey data", long_description = long_description, long_description_content_type="text/markdown", @@ -42,7 +42,7 @@ python_requires = ">=3.9", install_requires = [ "multipledispatch >=0.6.0, <1.0.0", - "OpenFisca-France >=164.0.0, <165.0.0", + "OpenFisca-France >=166.0.0, <167.0.0", "openFisca-survey-manager >=2.0.0, <2.1.0", ], extras_require = {