Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed Jun 25, 2018
1 parent 815e265 commit cb8527f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 23.1.5 [#682](https://github.com/openfisca/openfisca-core/pull/682)

* Expose Parameters metadata in the Python API
- Parameters unit and reference:
- e.g. `parameters.taxes.rate.unit`, `parameters.taxes.rate.reference`
- Parameter value unit and reference:
- e.g. `parameters.taxes.rate.values_list[0].unit`, `parameters.taxes.rate.values_list[0].reference`
- Parameter node description and reference:
- e.g. `parameters.taxes.reference`, `parameters.taxes.description`
- Note: Parameter descriptions (e.g. `parameters.taxes.rate.description`) were already exposed

### 23.1.4 [#679](https://github.com/openfisca/openfisca-core/pull/679)

* Use C binding to load and dump Yaml (`CLoader` and `CDumper`)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'OpenFisca-Core',
version = '23.1.4',
version = '23.1.5',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.fr',
classifiers = [
Expand Down

0 comments on commit cb8527f

Please sign in to comment.