Skip to content

Commit

Permalink
Version & CHANGELOG bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Jul 31, 2022
1 parent feb2c40 commit 9fc0e3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 35.9.0 [#1139](https://github.com/openfisca/openfisca-core/pull/1139)

#### New features

- Introduce `DateUnit` to `periods`
- Allows for transparent encapsulation of the atomic units of `periods` (`year`, `month`, ...).
- This helps with testing, refactoring and exrtension of `periods` (`weeks` for example).

### 35.8.6 [#1138](https://github.com/openfisca/openfisca-core/pull/1138)

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

setup(
name = 'OpenFisca-Core',
version = '35.8.6',
version = '35.9.0',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [
Expand Down

0 comments on commit 9fc0e3e

Please sign in to comment.