Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
PonteIneptique committed May 23, 2018
2 parents 34eb3fb + b4a5142 commit 57d7698
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tornado>=4.3
Flask>=0.12
Werkzeug>=0.11.3
redis>=2.10.5
flask-caching>=1.2.0
Flask-Caching>=1.4.0,<2.0.0
MyCapytain>=2.0.0
logassert
mock==2.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -15,7 +15,7 @@
"Flask>=0.12",
"Werkzeug>=0.11.3",
"redis>=2.10.5",
"Flask-Caching==1.2.0"
"Flask-Caching>=1.4.0,<2.0.0"
],
test_requires=[
"logassert",
Expand Down

0 comments on commit 57d7698

Please sign in to comment.