Skip to content

Commit e26ad10

Browse files
committed
Bump version
1 parent 364a3cd commit e26ad10

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3-
### 37.0.3 [#1167](https://github.com/openfisca/openfisca-core/pull/1167)
3+
## 37.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

7-
- Document the `data_storage` module.
11+
- Add tests to `data_storage`.
12+
- Add typing to `data_storage`.
13+
- Add documentation to `data_storage`.
814

915
### 37.0.2 [#1170](https://github.com/openfisca/openfisca-core/pull/1170)
1016

openfisca_core/types/_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ class Period(Protocol):
120120
@abc.abstractmethod
121121
def start(self) -> Any:
122122
"""Abstract method."""
123+
123124
@property
124125
@abc.abstractmethod
125126
def unit(self) -> Any:

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 = '37.0.3',
65+
version = '37.1.0',
6666
author = 'OpenFisca Team',
6767
author_email = '[email protected]',
6868
classifiers = [

0 commit comments

Comments
 (0)