Skip to content

Commit 43d2fc2

Browse files
committed
Bump version
1 parent 6151f7a commit 43d2fc2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3-
### 36.0.1 [#1167](https://github.com/openfisca/openfisca-core/pull/1167)
3+
## 36.1.0 [#1167](https://github.com/openfisca/openfisca-core/pull/1167)
4+
5+
#### New features
6+
7+
- Use `UserDict` to encapsulate the data model of the `data_storage` module.
48

59
#### Technical changes
610

11+
- Add tests to `data_storage`.
712
- Add typing to `data_storage`.
13+
- Add documentation to `data_storage`.
814

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
setup(
6464
name = 'OpenFisca-Core',
65-
version = '36.0.1',
65+
version = '36.1.0',
6666
author = 'OpenFisca Team',
6767
author_email = '[email protected]',
6868
classifiers = [

0 commit comments

Comments
 (0)