Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed Oct 12, 2018
1 parent 71dfd5f commit 38c28b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Changelog

## 24.5.3 [#734](https://github.com/openfisca/openfisca-core/pull/734)
## 24.5.5 [#742](https://github.com/openfisca/openfisca-core/pull/742)

- Fix the internal server error that appeared for the `/trace` and (less frequently) `/calculate` route of the Web API
- This error appeared when a simulation output was a variable of type string


> Note: Versions `24.5.3` and `24.5.4` have been unpublished as they accidentally introduced a breaking change. Please use version `24.5.5` or more recent.

### 24.5.2 [#734](https://github.com/openfisca/openfisca-core/pull/734)

- Ignore W503 to enforce Knuth's style (W504)
- Fix failing entities test
- Household description was outdated

## 24.5.1 [#732](https://github.com/openfisca/openfisca-core/pull/732)
### 24.5.1 [#732](https://github.com/openfisca/openfisca-core/pull/732)

- Further adopt simplified simulation initialisation
- See [#729](https://github.com/openfisca/openfisca-core/pull/729)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name = 'OpenFisca-Core',
version = '24.5.2',
version = '24.5.5',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.org',
classifiers = [
Expand Down

0 comments on commit 38c28b2

Please sign in to comment.