init version 0.1.17
authorThierry Florac <thierry.florac@onf.fr>
Fri, 09 Nov 2018 12:01:44 +0100
changeset 114 70d8305004c3
parent 113 cd1ccd48c274
child 115 514949952033
init version 0.1.17
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Oct 05 15:47:58 2018 +0200
+++ b/buildout.cfg	Fri Nov 09 12:01:44 2018 +0100
@@ -74,4 +74,4 @@
 eggs = pyams_media [test]
 
 [versions]
-pyams_media = 0.1.16.1
+pyams_media = 0.1.17
--- a/setup.py	Fri Oct 05 15:47:58 2018 +0200
+++ b/setup.py	Fri Nov 09 12:01:44 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.16.1'
+version = '0.1.17'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []