From 14b99f2b6866d5c92c16017417f85a3697b71973 Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Sat, 21 Oct 2017 19:09:27 +0200 Subject: [PATCH] Bump version number --- CHANGELOG.md | 14 +++++++++++--- setup.py | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb45088c..60fdee2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog -## 1.3.2 - [#25](https://github.com/openfisca/country-template/pull/25) +## 1.4.0 - [#26](https://github.com/openfisca/country-template/pull/26) + +* Technical improvement +* Details: + - Upgrade to Core v20 + +### 1.3.2 - [#25](https://github.com/openfisca/country-template/pull/25) * Declare package compatible with OpenFisca Core v19 -## 1.3.1 - [#23](https://github.com/openfisca/country-template/pull/23) +### 1.3.1 - [#23](https://github.com/openfisca/country-template/pull/23) -* Declare package compatible with OpenFisca Core v18 +* Technical improvement +* Details: + - Declare package compatible with OpenFisca Core v18 ## 1.3.0 - [#22](https://github.com/openfisca/country-template/pull/22) diff --git a/setup.py b/setup.py index 34e881b5..36522418 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='OpenFisca-Country-Template', - version='1.3.2', + version='1.4.0', author='OpenFisca Team', author_email='contact@openfisca.fr', description=u'OpenFisca tax and benefit system for Country-Template',