diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f969d8c..d3edaa1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 3.5.3 - [#64](https://github.com/openfisca/country-template/pull/64) + +* Minor change +* Details: + - Document housing tax + ### 3.5.2 - [#59](https://github.com/openfisca/country-template/pull/59) [#62](https://github.com/openfisca/country-template/pull/62) [#63](https://github.com/openfisca/country-template/pull/63) * Technical change diff --git a/openfisca_country_template/parameters/taxes/housing_tax.yaml b/openfisca_country_template/parameters/taxes/housing_tax.yaml index 10b35d99..c0439cc7 100644 --- a/openfisca_country_template/parameters/taxes/housing_tax.yaml +++ b/openfisca_country_template/parameters/taxes/housing_tax.yaml @@ -12,3 +12,4 @@ minimal_amount: unit: currency-EUR values: 2010-01-01: 200 +documentation: The housing tax, introduced in 2010, is proportional to the surface area of the habitation, with a minimal amount. diff --git a/setup.py b/setup.py index b54d5208..36d64ddc 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = "OpenFisca-Country-Template", - version = "3.5.2", + version = "3.5.3", author = "OpenFisca Team", author_email = "contact@openfisca.org", classifiers=[ @@ -23,7 +23,7 @@ ("share/openfisca/openfisca-country-template", ["CHANGELOG.md", "LICENSE", "README.md"]), ], install_requires = [ - "OpenFisca-Core[web-api] >= 24.6, < 25.0", + "OpenFisca-Core[web-api] >= 24.6.8, < 25.0", ], extras_require = { "dev": [