Skip to content

Commit 8fe2a41

Browse files
author
Mauko Quiroga
committed
Bump minor to 35.6.0
1 parent c0a31e1 commit 8fe2a41

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 35.6.0 [#1033](https://github.com/openfisca/openfisca-core/pull/1033)
4+
5+
#### New Features
6+
7+
- Introduce `openfisca_core.types`
8+
9+
#### Bug Fixes
10+
11+
- Fix doctests of the commons module
12+
13+
#### Documentation
14+
15+
- Complete the documentation of the commons module
16+
317
## 35.5.0 [#1038](https://github.com/openfisca/openfisca-core/pull/1038)
418

519
#### New Features

setup.py

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

4040
setup(
4141
name = 'OpenFisca-Core',
42-
version = '35.5.0',
42+
version = '35.6.0',
4343
author = 'OpenFisca Team',
4444
author_email = '[email protected]',
4545
classifiers = [

0 commit comments

Comments
 (0)