diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fdfc57592..62a061d7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 32.1.0 [#863](https://github.com/openfisca/openfisca-core/pull/863) + +- Display symbolic values of Enums in /trace and print_computation_log + # 32.0.0 [#857](https://github.com/openfisca/openfisca-core/pull/857) ### Breaking changes diff --git a/setup.py b/setup.py index 5a373ba474..d84e2f8fe7 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name = 'OpenFisca-Core', - version = '32.0.0', + version = '32.1.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [