Init version 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:12:35 +0100
changeset 279 6d93d4c9156a
parent 278 46d613cb4ef0
child 280 fd61fcd56827
Init version 0.1.14
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Mar 07 17:28:21 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:12:35 2018 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_skin [test]
 
 [versions]
-pyams_skin = 0.1.13.1
+pyams_skin = 0.1.14
--- a/setup.py	Wed Mar 07 17:28:21 2018 +0100
+++ b/setup.py	Thu Mar 08 09:12:35 2018 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13.1'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []