Skip to content

Commit 691090e

Browse files
committed
Bump version number
1 parent 1960384 commit 691090e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
### 35.8.4 [#1131](https://github.com/openfisca/openfisca-core/pull/1131)
4+
5+
#### Technical changes
6+
7+
- Correct some type hints and docstrings.
8+
39
### 35.8.3 [#1127](https://github.com/openfisca/openfisca-core/pull/1127)
410

511
#### Technical changes
612

7-
- Fix the build for Anaconda in CI. The conda build failed on master because of a replacement in a comment string.
13+
- Fix the build for Anaconda in CI. The conda build failed on master because of a replacement in a comment string.
814
- The _ were removed in the comment to avoid a replace.
915

1016
### 35.8.2 [#1128](https://github.com/openfisca/openfisca-core/pull/1128)

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.3',
50+
version = '35.8.4',
5151
author = 'OpenFisca Team',
5252
author_email = 'contact@openfisca.org',
5353
classifiers = [

0 commit comments

Comments
 (0)