Skip to content

Commit

Permalink
Merge pull request #206 from openfisca/bump_openfisca_france_159
Browse files Browse the repository at this point in the history
Met à jour Openfisca-France en version 158.0.0
  • Loading branch information
Shamzic authored Mar 12, 2024
2 parents c7587da + 7262cdd commit daf7c4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog

## [6.11.7] - 2024-02-22

_Pour les changements détaillés et les discussions associées, référencez la pull request [#206](https://github.com/openfisca/openfisca-france-local/pull/206)

### Changed

- Met à jour la dépendance `OpenFisca-France` pour supporter les versions jusqu'à `< 159`.

## [6.11.6] - 2024-01-18

_Pour les changements détaillés et les discussions associées, référencez la pull request [#198](https://github.com/openfisca/openfisca-france-local/pull/198)_
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='OpenFisca-France-Local',
version='6.11.6',
version='6.11.7',
author='OpenFisca Team',
author_email='[email protected]',
classifiers=[
Expand All @@ -26,7 +26,7 @@
include_package_data=True,
install_requires=[
'OpenFisca-Core >= 40.0.1, < 42',
'OpenFisca-France >= 153.0.1, < 156',
'OpenFisca-France >= 153.0.1, < 159',
'pandas >= 1.5.3, <2.0'
],
extras_require={
Expand Down

0 comments on commit daf7c4f

Please sign in to comment.