Skip to content

Commit

Permalink
Bump minor to 35.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Oct 7, 2021
1 parent 8a98a03 commit d77299d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 35.6.0 [#1054](https://github.com/openfisca/openfisca-core/pull/1054)

#### New Features

- Introduce `openfisca_core.types`

#### Documentation

- Complete typing of the commons module

#### Dependencies

- `nptyping`
- To add backport-support for numpy typing
- Can be removed once lower-bound numpy version is 1.21+

- `typing_extensions`
- To add backport-support for `typing.Protocol` and `typing.Literal`
- Can be removed once lower-bound python version is 3.8+

### 35.5.5 [#1055](https://github.com/openfisca/openfisca-core/pull/1055)

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

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

0 comments on commit d77299d

Please sign in to comment.