From 2a52667aade9eb6c0b4db9fc03c08df8a1bd2758 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Tue, 27 Jun 2023 05:38:11 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fc5c320..f2dacd1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog +### 40.1.1 [#1187](https://github.com/openfisca/openfisca-core/pull/1187) + +#### Technical changes + +- Document `Role`. + ## 40.1.0 [#1174](https://github.com/openfisca/openfisca-core/pull/1174) #### New Features -* Allows for dispatching and dividing inputs over a broader range. - * For example, divide a monthly variable by week. +- Allows for dispatching and dividing inputs over a broader range. + - For example, divide a monthly variable by week. ### 40.0.1 [#1184](https://github.com/openfisca/openfisca-core/pull/1184) diff --git a/setup.py b/setup.py index 2d4edefa9..a30064574 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( name="OpenFisca-Core", - version="40.1.0", + version="40.1.1", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[