We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b4dd5 commit b50006bCopy full SHA for b50006b
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### 35.8.5 [#1137](https://github.com/openfisca/openfisca-core/pull/1137)
4
+
5
+#### Technical changes
6
7
+- Fix pylint dependency in fresh editable installations
8
+ - Ignore pytest requirement, used to collect test cases, if it is not yet installed.
9
10
### 35.8.4 [#1131](https://github.com/openfisca/openfisca-core/pull/1131)
11
12
#### Technical changes
setup.py
@@ -47,7 +47,7 @@
47
48
setup(
49
name = 'OpenFisca-Core',
50
- version = '35.8.4',
+ version = '35.8.5',
51
author = 'OpenFisca Team',
52
author_email = 'contact@openfisca.org',
53
classifiers = [
0 commit comments