Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RamParameswaran committed Apr 13, 2021
1 parent 756aaa8 commit c4f1c2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 35.4.0 [#994](https://github.com/openfisca/openfisca-core/pull/994)

#### New features

- Introduce ability to interpolate between values in a SingleAmountTaxScale

#### Usage notes

- Interpolation is performed within the `SingleAmountTaxScale.calc()` function if the keyword argument `interpolate=True` is provided

### 35.3.3 [#994](https://github.com/openfisca/openfisca-core/pull/994)

#### Bug fix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name = 'OpenFisca-Core',
version = '35.3.3',
version = '35.4.0',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.org',
classifiers = [
Expand Down

0 comments on commit c4f1c2c

Please sign in to comment.