We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1853a5 commit 26c37c0Copy full SHA for 26c37c0
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+# 36.0.0 [#1149](https://github.com/openfisca/openfisca-core/pull/1162)
4
+
5
+#### Breaking changes
6
7
+- In `ParameterScaleBracket`:
8
+ - Remove the `base` attribute
9
+ - The attribute's usage was unclear and it was only being used by some French social security variables
10
11
## 35.12.0 [#1160](https://github.com/openfisca/openfisca-core/pull/1160)
12
13
#### New Features
setup.py
@@ -62,7 +62,7 @@
62
63
setup(
64
name = 'OpenFisca-Core',
65
- version = '35.12.0',
+ version = '36.0.0',
66
author = 'OpenFisca Team',
67
author_email = '[email protected]',
68
classifiers = [
0 commit comments