We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bf7a3 commit 37b8e25Copy full SHA for 37b8e25
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### 35.4.1 [#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.0 [#1010](https://github.com/openfisca/openfisca-core/pull/1010)
12
13
#### Technical changes
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name = 'OpenFisca-Core',
38
- version = '35.4.0',
+ version = '35.4.1',
39
author = 'OpenFisca Team',
40
author_email = 'contact@openfisca.org',
41
classifiers = [
0 commit comments