Skip to content

Commit 7311cea

Browse files
author
Mauko Quiroga
committed
Bump version to 35.3.5
1 parent 392358e commit 7311cea

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### 35.3.5 [#997](https://github.com/openfisca/openfisca-core/pull/997)
4+
5+
#### Technical changes
6+
7+
- In tests, extract `CountryTaxBenefitSystem` to a fixture reusable by all the tests in the test suite.
8+
- It allows for a better reusability of test scenarios available to new contributors.
9+
- To mitigate possible performance issues, by default the fixture is initialised once per test module.
10+
311
### 35.3.4 [#999](https://github.com/openfisca/openfisca-core/pull/999)
412

513
#### Technical improvements

setup.py

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

3636
setup(
3737
name = 'OpenFisca-Core',
38-
version = '35.3.4',
38+
version = '35.3.5',
3939
author = 'OpenFisca Team',
4040
author_email = 'contact@openfisca.org',
4141
classifiers = [

0 commit comments

Comments
 (0)