From 2707ad88952defcce13ce216e124723699563b6d Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Thu, 16 Feb 2017 19:59:56 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b780c84da4..a21a885d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 13.2.0 + +* Déplace la transformation du JSON en test case du module `scenarios` de `france` vers `core` +* Adapte `france` à la version `5.0.0` de `core` + +Ces changements sont a priori transparents pour les utilisateurs. + ## 13.1.5 * Fix 2017 rates and test them: diff --git a/setup.py b/setup.py index 13e6a58a9f..320b05c53a 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'OpenFisca-France', - version = '13.1.5', + version = '13.2.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.fr', classifiers = [