Init version 0.1.15.1
authorThierry Florac <thierry.florac@onf.fr>
Thu, 28 Jun 2018 10:33:32 +0200
changeset 774 b1c5dd46b90f
parent 773 7ff7e0eba36e
child 775 d06ce6ec4b35
Init version 0.1.15.1
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Jun 28 08:47:07 2018 +0200
+++ b/buildout.cfg	Thu Jun 28 10:33:32 2018 +0200
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.15
+pyams_content = 0.1.15.1
--- a/setup.py	Thu Jun 28 08:47:07 2018 +0200
+++ b/setup.py	Thu Jun 28 10:33:32 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.15.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []