Init version 0.1.14
authorThierry Florac <tflorac@ulthar.net>
Sat, 21 Jul 2018 16:28:49 +0200
changeset 160 1e22e36e5bec
parent 159 aa7f59770245
child 161 62497110caec
Init version 0.1.14
buildout.cfg
setup.py
--- a/buildout.cfg	Sat Jul 21 14:25:53 2018 +0200
+++ b/buildout.cfg	Sat Jul 21 16:28:49 2018 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_portal [test]
 
 [versions]
-pyams_portal = 0.1.13
+pyams_portal = 0.1.14
--- a/setup.py	Sat Jul 21 14:25:53 2018 +0200
+++ b/setup.py	Sat Jul 21 16:28:49 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []