From 274fe19b5b88be1d21efe110ce6e730741f731e5 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Mon, 3 Mar 2025 18:29:31 +0100 Subject: [PATCH] chore: bump version (fixes #164) --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815f995..ebfb1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.2.0 [#165](https://github.com/openfisca/country-template/pull/165) + +* Tax and benefit system evolution. +* Impacted periods: from 01/01/2015. +* Impacted areas: `disposable_income` +* Details: + - Calculate `disposable_income` for the entire household + - Include taxes and benefits in `disposable income` + - Allow for triplets in households + ### 7.1.9 [#163](https://github.com/openfisca/country-template/pull/163) * Crash fix diff --git a/pyproject.toml b/pyproject.toml index f6c2fd6..6881bb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools>=61" ] [project] name = "openfisca-country_template" -version = "7.1.9" +version = "7.2.0" description = "OpenFisca Rules as Code model for Country-Template." readme = "README.md" keywords = [ "benefit", "microsimulation", "rac", "rules-as-code", "tax" ]