Skip to content

Commit b50006b

Browse files
committed
Version & CHANGELOG bump
1 parent a2b4dd5 commit b50006b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
### 35.8.4 [#1131](https://github.com/openfisca/openfisca-core/pull/1131)
411

512
#### Technical changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
setup(
4949
name = 'OpenFisca-Core',
50-
version = '35.8.4',
50+
version = '35.8.5',
5151
author = 'OpenFisca Team',
5252
author_email = 'contact@openfisca.org',
5353
classifiers = [

0 commit comments

Comments
 (0)