We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a31e1 commit 8fe2a41Copy full SHA for 8fe2a41
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
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
17
## 35.5.0 [#1038](https://github.com/openfisca/openfisca-core/pull/1038)
18
19
#### New Features
setup.py
@@ -39,7 +39,7 @@
39
40
setup(
41
name = 'OpenFisca-Core',
42
- version = '35.5.0',
+ version = '35.6.0',
43
author = 'OpenFisca Team',
44
author_email = '[email protected]',
45
classifiers = [
0 commit comments