Skip to content

Commit

Permalink
Merge pull request #185 from openfisca/bump_openfisca_france_155
Browse files Browse the repository at this point in the history
met à jour Openfisca-France en version 154.0.2
  • Loading branch information
baptou12 authored Oct 30, 2023
2 parents cc5cd53 + 531c8c6 commit a7dac58
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.6.0] - 2023-10-24

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

### Changed

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

## [6.5.0] - 2023-09-22

_Pour les changements détaillés et les discussions associées, consultez la pull request [#184](https://github.com/openfisca/openfisca-france-local/pull/184)_
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.5.0',
version='6.6.0',
author='OpenFisca Team',
author_email='[email protected]',
classifiers=[
Expand All @@ -25,7 +25,7 @@
include_package_data=True,
install_requires=[
'OpenFisca-Core >= 40.0.1, < 42',
'OpenFisca-France >= 153.0.1, < 154',
'OpenFisca-France >= 153.0.1, < 155',
'pandas >= 1.5.3, <2.0'
],
extras_require={
Expand Down

0 comments on commit a7dac58

Please sign in to comment.