diff --git a/CHANGE.md b/CHANGE.md index e23d98b..14e0036 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,6 +1,12 @@ Change logs === +## 1.0.3 - 23/05/2017 + +By @ponteineptique + +- Updated Flask-Caching dependency to be in sync with Nemo + ## 1.0.2 - 15/01/2017 By @ponteineptique diff --git a/setup.py b/setup.py index b0500d8..445ebd6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='capitains_nautilus', - version="1.0.2", + version="1.0.3", description='Resolver for Capitains Guidelines Repository', url='http://github.com/Capitains/nautilus', author='Thibault Clerice',