diff --git a/CHANGELOG.md b/CHANGELOG.md index 501a32eb..1cf2cb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 3.4.1 [#257](https://github.com/openfisca/openfisca-france-data/pull/257) + +* Technical changes + - Met à jour la dépendance à OpenFisca France + + ### 3.4.0 [#252](https://github.com/openfisca/openfisca-france-data/pull/252) * New features diff --git a/setup.py b/setup.py index 350f3a11..faf78d94 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "OpenFisca-France-Data", - version = "3.4.0", + version = "3.4.1", description = "OpenFisca-France-Data module to work with French survey data", long_description = long_description, long_description_content_type="text/markdown",