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 Oct 1, 2021
1 parent 6f44c29 commit 3b4c7d0
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.1 [#1046](https://github.com/openfisca/openfisca-core/pull/1046)

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

setup(
name = 'OpenFisca-Core',
version = '35.5.1',
version = '36.0.0',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [
Expand Down

0 comments on commit 3b4c7d0

Please sign in to comment.