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 2498c16
Show file tree
Hide file tree
Showing 3 changed files with 9 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
1 change: 1 addition & 0 deletions openfisca_core/types/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class Period(Protocol):
@abc.abstractmethod
def start(self) -> Any:
"""Abstract method."""

@property
@abc.abstractmethod
def unit(self) -> Any:
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 = '[email protected]',
classifiers = [
Expand Down

0 comments on commit 2498c16

Please sign in to comment.