We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ec978 commit f1ade79Copy full SHA for f1ade79
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### 35.4.3 [#1020](https://github.com/openfisca/openfisca-core/pull/1020)
4
+
5
+#### Technical changes
6
7
+- Run country & extension template tests systematically
8
+ - This will help prevent maintainers integrating incompatible breaking changes
9
+ - Also this will force to phase breaking changes so to adapt the packages depending on OpenFisca-Core
10
11
### 35.4.2 [#1026](https://github.com/openfisca/openfisca-core/pull/1026)
12
13
#### Bug fix
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name = 'OpenFisca-Core',
38
- version = '35.4.2',
+ version = '35.4.3',
39
author = 'OpenFisca Team',
40
author_email = 'contact@openfisca.org',
41
classifiers = [
0 commit comments