Skip to content

Commit

Permalink
Update module revision from 2.1.0rc0 to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna-Livia authored Feb 6, 2018
2 parents 854e5fb + 410df4c commit e18b9d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.1.0
## 2.1.0 - [#29](https://github.com/openfisca/country-template/pull/29) [#30](https://github.com/openfisca/country-template/pull/30)

* Tax and benefit system evolution
* Impacted areas:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='OpenFisca-Country-Template',
version='2.1.0rc0',
version='2.1.0',
author='OpenFisca Team',
author_email='contact@openfisca.fr',
description=u'OpenFisca tax and benefit system for Country-Template',
Expand All @@ -16,7 +16,7 @@
url='https://github.com/openfisca/openfisca-country-template',
include_package_data = True, # Will read MANIFEST.in
install_requires=[
'OpenFisca-Core >= 21.0.2, < 22.0',
'OpenFisca-Core >= 21.3.1, < 22.0',
],
extras_require = {
'api': [
Expand Down

0 comments on commit e18b9d9

Please sign in to comment.