From 918be8fa45757efe84f7e7ca0bbc5ded7eda3848 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Wed, 30 Nov 2022 19:50:23 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5528d9708..55319561f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 35.11.3 [#1167](https://github.com/openfisca/openfisca-core/pull/1167) + +#### Technical changes + +- Add typing to `data_storage`. + ### 35.11.2 [#1166](https://github.com/openfisca/openfisca-core/pull/1166) #### Technical changes diff --git a/setup.py b/setup.py index 68f1739363..a94609d34a 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name = 'OpenFisca-Core', - version = '35.11.2', + version = '35.11.3', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [