Init version 0.1.13.1
authorThierry Florac <thierry.florac@onf.fr>
Thu, 06 Dec 2018 11:26:19 +0100
changeset 98 7fa6f240e4ce
parent 97 20b1cbc4081d
child 99 afdaa2c417c1
Init version 0.1.13.1
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Dec 03 10:44:14 2018 +0100
+++ b/buildout.cfg	Thu Dec 06 11:26:19 2018 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_thesaurus [test]
 
 [versions]
-pyams_thesaurus = 0.1.13
+pyams_thesaurus = 0.1.13.1
--- a/setup.py	Mon Dec 03 10:44:14 2018 +0100
+++ b/setup.py	Thu Dec 06 11:26:19 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.13.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []