Skip to content

Commit

Permalink
Merge pull request #210 from openfisca/bump_openfisca_france_164
Browse files Browse the repository at this point in the history
Mise à jour Openfisca-France 164.1.0
  • Loading branch information
Shamzic authored Apr 24, 2024
2 parents 37dc3d6 + 8264386 commit df1d1a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [6.12.1] - 2024-04-18

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

### Changed

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

## [6.12.0] - 2024-04-17

_Pour les changements détaillés et les discussions associées, référencez la pull request [#209](https://github.com/openfisca/openfisca-france-local/pull/209)_
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.12.0',
version='6.12.1',
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, < 160',
'OpenFisca-France >= 153.0.1, < 165',
'pandas >= 1.5.3, <2.0'
],
extras_require={
Expand Down

0 comments on commit df1d1a1

Please sign in to comment.