Skip to content

Commit

Permalink
Document housing tax
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux authored Nov 13, 2018
2 parents 96cf8df + 42e66de commit 4d7573f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand All @@ -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": [
Expand Down

0 comments on commit 4d7573f

Please # to comment.