From 0bd0a94bb30a47a9d24edf401f6cadf619d8f831 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Wed, 28 Jul 2021 19:47:34 +0200 Subject: [PATCH] Bump version to 35.4.2 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf4953ff1..a895e9db65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 35.4.2 [#1026](https://github.com/openfisca/openfisca-core/pull/1026) + +#### Bug fix + +- [Web API] Handle a period mismatch error + - Period mismatch error was not being handled by the API + - Since it's caused by the user, a 400 (bad request error) is to be expected + - However, since it was not being handled, a 500 (internal server error) was being given instead + ### 35.4.1 [#1007](https://github.com/openfisca/openfisca-core/pull/1007) #### Bug fix diff --git a/setup.py b/setup.py index 1048073658..eb83761916 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name = 'OpenFisca-Core', - version = '35.4.1', + version = '35.4.2', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [