Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Dec 6, 2022
1 parent 6151f7a commit 43d2fc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

### 36.0.1 [#1167](https://github.com/openfisca/openfisca-core/pull/1167)
## 36.1.0 [#1167](https://github.com/openfisca/openfisca-core/pull/1167)

#### New features

- Use `UserDict` to encapsulate the data model of the `data_storage` module.

#### Technical changes

- Add tests to `data_storage`.
- Add typing to `data_storage`.
- Add documentation to `data_storage`.

# 36.0.0 [#1149](https://github.com/openfisca/openfisca-core/pull/1162)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

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

0 comments on commit 43d2fc2

Please sign in to comment.