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 bf6cbb9 commit 5c1c382Copy full SHA for 5c1c382
setup.py
@@ -50,12 +50,12 @@
50
51
test_requirements = [
52
"openfisca-country-template @ git+https://github.com/openfisca/country-template.git@add-pylint",
53
- 'openfisca-extension-template >= 1.0.0, < 2.0.0',
+ 'openfisca-extension-template @ git+https://github.com/openfisca/extension-template.git@add-pylint',
54
] + dev_requirements
55
56
setup(
57
name = 'OpenFisca-Core',
58
- version = '35.10.0',
+ version = '36.0.0',
59
author = 'OpenFisca Team',
60
author_email = 'contact@openfisca.org',
61
classifiers = [
0 commit comments