Skip to content

Commit

Permalink
Merge pull request #234 from openfisca/aligne_requirements
Browse files Browse the repository at this point in the history
Aligne requirements sur france et survey-manager
  • Loading branch information
sylvainipp authored Aug 16, 2023
2 parents a68f502 + 4b5c6a4 commit 9069293
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.0.2 [#234](https://github.com/openfisca/openfisca-france-data/pull/234)
* Technical changes
- Update autopep8 et flake8 pour avoir des requirements compatibles avec les dernières versions d'openfisca-france et openfisca-survey-manager

### 2.0.1 [#232](https://github.com/openfisca/openfisca-france-data/pull/232)
* Technical changes
- Fix de #230 qui se produit quand le wokflow de CI a tourné deux fois pour le même commit, ce qui arrive quand on crée la PR. La solution est de limiter la recherche de l’artefact aux workflows lancés par un push.
Expand Down
6 changes: 3 additions & 3 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 = "2.0.1",
version = "2.0.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 @@ -47,10 +47,10 @@
],
extras_require = {
"test": [
"autopep8 >= 1.4.0, < 1.5.0",
"autopep8 >= 2.0.2, < 3",
"bumpver >= 2022.1120",
"dtale",
"flake8 >= 3.7.0, < 4.0.0",
"flake8 >= 6.0.0, < 7.0.0",
"ipdb >=0.13, <1.0",
"ipython >= 7.5.0, < 8.0.0",
"mypy >= 0.670, < 1.0.0",
Expand Down

0 comments on commit 9069293

Please sign in to comment.