From 3c4698be3f7e5589f74104a95a2d25fe6cef6ce6 Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Tue, 30 Oct 2018 11:33:54 -0400 Subject: [PATCH 1/4] Add doc --- openfisca_country_template/parameters/taxes/housing_tax.yaml | 1 + 1 file changed, 1 insertion(+) 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. From 51c1c1dcf7936519192fe244fc350568b2d9ff67 Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Tue, 30 Oct 2018 11:49:43 -0400 Subject: [PATCH 2/4] Document housing tax --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f969d8c..2055f017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 3.5.3 - [#???](https://github.com/openfisca/country-template/pull/???) + +* 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/setup.py b/setup.py index b54d5208..8ca8d3b8 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=[ From f6e43c3f2ce7c060f06ee55c52b3fc079d8b0e5a Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Mon, 12 Nov 2018 09:00:29 -0500 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2055f017..d3edaa1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 3.5.3 - [#???](https://github.com/openfisca/country-template/pull/???) +### 3.5.3 - [#64](https://github.com/openfisca/country-template/pull/64) * Minor change * Details: From 42e66de6a4438bc121e0a3909c15ba16803b5dcf Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Tue, 13 Nov 2018 11:06:51 -0500 Subject: [PATCH 4/4] Upgrade core dep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ca8d3b8..36d64ddc 100755 --- a/setup.py +++ b/setup.py @@ -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": [