Skip to content

Commit 63447bd

Browse files
committed
Bump version to 35.2.0
1 parent 150a1b0 commit 63447bd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3+
### 35.2.0 [#982](https://github.com/openfisca/openfisca-core/pull/982)
4+
5+
#### Technical changes
6+
7+
- Allow parameters to be arrays.
8+
39
### 35.1.0 [#973](https://github.com/openfisca/openfisca-core/pull/973)
410

511
#### Technical changes
612

713
- Extend assert_near so it is able to compare dates.
14+
815
### 35.0.5 [#974](https://github.com/openfisca/openfisca-core/pull/974)
916

1017
#### Technical changes

setup.py

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

3838
setup(
3939
name = 'OpenFisca-Core',
40-
version = '35.1.0',
40+
version = '35.2.0',
4141
author = 'OpenFisca Team',
4242
author_email = 'contact@openfisca.org',
4343
classifiers = [

0 commit comments

Comments
 (0)