Skip to content

Commit

Permalink
Bump version to 35.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Jul 28, 2021
1 parent f43143e commit 0bd0a94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0bd0a94

Please sign in to comment.