Skip to content

Commit 9fc0e3e

Browse files
committed
Version & CHANGELOG bump
1 parent feb2c40 commit 9fc0e3e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 35.9.0 [#1139](https://github.com/openfisca/openfisca-core/pull/1139)
4+
5+
#### New features
6+
7+
- Introduce `DateUnit` to `periods`
8+
- Allows for transparent encapsulation of the atomic units of `periods` (`year`, `month`, ...).
9+
- This helps with testing, refactoring and exrtension of `periods` (`weeks` for example).
10+
311
### 35.8.6 [#1138](https://github.com/openfisca/openfisca-core/pull/1138)
412

513
#### Technical changes

setup.py

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

5050
setup(
5151
name = 'OpenFisca-Core',
52-
version = '35.8.6',
52+
version = '35.9.0',
5353
author = 'OpenFisca Team',
5454
author_email = '[email protected]',
5555
classifiers = [

0 commit comments

Comments
 (0)