Init version 0.1.16.1
authorThierry Florac <tflorac@ulthar.net>
Wed, 26 Sep 2018 16:19:06 +0200
changeset 111 6e9608b34a8c
parent 110 8ad0cdc0ed00
child 112 aee07320f5e5
Init version 0.1.16.1
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Sep 26 14:50:54 2018 +0200
+++ b/buildout.cfg	Wed Sep 26 16:19:06 2018 +0200
@@ -74,4 +74,4 @@
 eggs = pyams_media [test]
 
 [versions]
-pyams_media = 0.1.16
+pyams_media = 0.1.16.1
--- a/setup.py	Wed Sep 26 14:50:54 2018 +0200
+++ b/setup.py	Wed Sep 26 16:19:06 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.16'
+version = '0.1.16.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []