diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e1563..f09762b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 7.1.7 [#158](https://github.com/openfisca/country-template/pull/158) + +* Technical improvement. +* Details: + - Run tests in absolute isolation + - Uses `tox` to test builds in isolation + ### 7.1.6 [#156](https://github.com/openfisca/country-template/pull/156) * Minor change. diff --git a/pyproject.toml b/pyproject.toml index 63f56ea..ee8ae04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools>=61" ] [project] name = "openfisca-country-template" -version = "7.1.6" +version = "7.1.7" description = "OpenFisca Rules as Code model for Country-Template." readme = "README.md" keywords = [ "benefit", "microsimulation", "rac", "rules-as-code", "tax" ]