File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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.
4
8
5
9
#### Technical changes
6
10
7
- - Document the ` data_storage ` module.
11
+ - Add tests to ` data_storage ` .
12
+ - Add typing to ` data_storage ` .
13
+ - Add documentation to ` data_storage ` .
8
14
9
15
### 37.0.2 [ #1170 ] ( https://github.com/openfisca/openfisca-core/pull/1170 )
10
16
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ class Period(Protocol):
120
120
@abc .abstractmethod
121
121
def start (self ) -> Any :
122
122
"""Abstract method."""
123
+
123
124
@property
124
125
@abc .abstractmethod
125
126
def unit (self ) -> Any :
Original file line number Diff line number Diff line change 62
62
63
63
setup (
64
64
name = 'OpenFisca-Core' ,
65
- version = '37.0.3 ' ,
65
+ version = '37.1.0 ' ,
66
66
author = 'OpenFisca Team' ,
67
67
author_email = '[email protected] ' ,
68
68
classifiers = [
You can’t perform that action at this time.
0 commit comments