From 17d128c934c227cd9ed89f8961ac829f4e531bc6 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Mon, 25 Oct 2021 12:48:21 +0200 Subject: [PATCH] Bump minor to 35.7.0 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 684c94323a..7b5576a19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 35.7.0 [#1034](https://github.com/openfisca/openfisca-core/pull/1034) + +#### Documentation + +- Complete docs, doctests, and typing of the entities module + ## 35.6.0 [#1054](https://github.com/openfisca/openfisca-core/pull/1054) #### New Features diff --git a/setup.py b/setup.py index fb03815a1d..a9164b8cbd 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( name = 'OpenFisca-Core', - version = '35.6.0', + version = '35.7.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [