From 3b4c7d0d6ea1718d7abdc5c3733cf8694ac775b4 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Sat, 25 Sep 2021 18:12:43 +0200 Subject: [PATCH] Bump major to 36.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec66f40e3c..0454cb6d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index e12bba3c03..9ff7670317 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name = 'OpenFisca-Core', - version = '35.5.1', + version = '36.0.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [