From 459e01326bac34600cb86bf20194ad1867409a0c Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Fri, 19 Apr 2019 14:39:52 -0400 Subject: [PATCH] Bump version number --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c2270079..2e1f2d8688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 33.0.1 + +- Improve error message when too many persons are given a role with a `max` attribute + - This error typically happens when 3 parents are declared in a family, while the entity declaration specifies there can be at most 2. + # 33.0.0 ### Breaking changes diff --git a/setup.py b/setup.py index 3388191586..8b196e0003 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name = 'OpenFisca-Core', - version = '33.0.0', + version = '33.0.1', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [