Init version 0.1.28.1
authorThierry Florac <thierry.florac@onf.fr>
Thu, 06 Dec 2018 11:25:04 +0100
changeset 477 fa62f9a9e29a
parent 476 f49add1e0616
child 478 96cf5786f97d
Init version 0.1.28.1
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Dec 05 16:25:30 2018 +0100
+++ b/buildout.cfg	Thu Dec 06 11:25:04 2018 +0100
@@ -80,4 +80,4 @@
 eggs = pyams_skin [test]
 
 [versions]
-pyams_skin = 0.1.28
+pyams_skin = 0.1.28.1
--- a/setup.py	Wed Dec 05 16:25:30 2018 +0100
+++ b/setup.py	Thu Dec 06 11:25:04 2018 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.28'
+version = '0.1.28.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []