Skip to content

Commit

Permalink
Merge pull request #256 from openfisca/update_dependance_openfifsca_f…
Browse files Browse the repository at this point in the history
…rance

update dependance
  • Loading branch information
clallemand authored May 22, 2024
2 parents 8e3cb2f + be262e0 commit b2d0485
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit b2d0485

Please sign in to comment.