Skip to content

Commit

Permalink
Merge pull request #265 from openfisca/update_survey_manager
Browse files Browse the repository at this point in the history
update openfisca_survey_manager
  • Loading branch information
clallemand authored Nov 19, 2024
2 parents 8908e0d + abb109e commit 14fa366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 3.7.2 [#265](https://github.com/openfisca/openfisca-france-data/pull/265)

* Technical changes :
- Update the version of openfisca_survey_manager in dependencies

### 3.7.1 [#266](https://github.com/openfisca/openfisca-france-data/pull/266)

* 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.7.1",
version = "3.7.2",
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 @@ -44,7 +44,7 @@
install_requires = [
"multipledispatch >=0.6.0, <1.0.0",
"OpenFisca-France >=169.0.0, <170.0.0",
"openFisca-survey-manager >=2.2.0, <2.3.0",
"openFisca-survey-manager >=2.3.0, <2.4.0",
],
extras_require = {
"test": [
Expand Down

0 comments on commit 14fa366

Please sign in to comment.