From 2149b5d91a2d72042be2121d5fbd8d76094bc013 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 b913a9ba1..499914c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 41.0.1 [#1187](https://github.com/openfisca/openfisca-core/pull/1187) + +#### Technical changes + +- Document `Role`. + # 41.0.0 [#1189](https://github.com/openfisca/openfisca-core/pull/1189) #### Breaking changes @@ -12,8 +18,8 @@ The Web API was very prone to crashing, timeouting at startup because of the tim #### 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 f00da6b79..1a399b33d 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( name="OpenFisca-Core", - version="41.0.0", + version="41.0.1", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[