Init version 0.1.29
authorThierry Florac <thierry.florac@onf.fr>
Thu, 06 Dec 2018 11:25:31 +0100
changeset 1147 0723aa959926
parent 1146 2477f95cf149
child 1148 3959d8c4c1ec
Init version 0.1.29
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Dec 05 16:54:30 2018 +0100
+++ b/buildout.cfg	Thu Dec 06 11:25:31 2018 +0100
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.28
+pyams_content = 0.1.29
--- a/setup.py	Wed Dec 05 16:54:30 2018 +0100
+++ b/setup.py	Thu Dec 06 11:25:31 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.28'
+version = '0.1.29'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []