Skip to content

Commit

Permalink
Bump major to 36.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Sep 25, 2021
1 parent ba67968 commit d350959
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

# 36.0.0 [#1044](https://github.com/openfisca/openfisca-core/pull/1044)

Follows discussion on #1033

#### New features

- Introduce `make check-deprecated`
- Allows for listing the features marked as deprecated.

Example:

```
$ make check-deprecated
[⚙] Check for features marked as deprecated...
[!] commons.dummy.__init__:17 => Deprecated since: 34.7.0. Expiration status: 36.0.0 (current: 36.0.0).
[/] 18% |█████████·········································|
```

## 35.5.0 [#1038](https://github.com/openfisca/openfisca-core/pull/1038)

#### New Features
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.5.0',
version = '36.0.0',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [
Expand Down

0 comments on commit d350959

Please sign in to comment.