Init version 0.1.18
authorThierry Florac <thierry.florac@onf.fr>
Mon, 02 Jul 2018 17:27:00 +0200
changeset 362 ee2c9db73566
parent 361 7f7972056161
child 363 121519fca6a8
Init version 0.1.18
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Jun 29 18:14:50 2018 +0200
+++ b/buildout.cfg	Mon Jul 02 17:27:00 2018 +0200
@@ -80,4 +80,4 @@
 eggs = pyams_skin [test]
 
 [versions]
-pyams_skin = 0.1.17
+pyams_skin = 0.1.18
--- a/setup.py	Fri Jun 29 18:14:50 2018 +0200
+++ b/setup.py	Mon Jul 02 17:27:00 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.17'
+version = '0.1.18'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []