From 352c8936e9d1416282d4c8efb88948002a11b8a0 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Fri, 5 Oct 2018 16:30:04 +0200 Subject: [PATCH] Bump version to 3.3.3 --- CHANGELOG.md | 10 +++++++++- setup.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf19d29..644c12ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -### 3.3.2 +### 3.3.3 - [#56](https://github.com/openfisca/country-template/pull/56) + +* Minor change +* Impacted areas: `setup.cfg` +* Details: + - Sync style check with openfisca-core + + +### 3.3.2 - [#55](https://github.com/openfisca/country-template/pull/55) * Minor change * Details: diff --git a/setup.py b/setup.py index 871b2cc0..23198853 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='OpenFisca-Country-Template', - version='3.3.2', + version='3.3.3', author='OpenFisca Team', author_email='contact@openfisca.fr', description=u'OpenFisca tax and benefit system for Country-Template',