From 2f7da3f18390acaf1ba0f92c4202b6ff114b6d40 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Tue, 1 Oct 2024 17:16:39 +0200 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b914428..82e0189fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 42.0.3 [#1234](https://github.com/openfisca/openfisca-core/pull/1234) + +#### Technical changes + +- Add matrix testing to CI + - Now it tests lower and upper bounds of python and numpy versions. + ### 42.0.2 [#1256](https://github.com/openfisca/openfisca-core/pull/1256) #### Documentation diff --git a/setup.py b/setup.py index cbbbc4dbc..0f5b39362 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup( name="OpenFisca-Core", - version="42.0.2", + version="42.0.3", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[