Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Mon, 02 Jul 2018 17:14:28 +0200
changeset 71 bfe52e72aa76
parent 70 1c28c3f6aa99
child 72 fcb43af4eccd
Init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Mon Jul 02 08:59:17 2018 +0200
+++ b/buildout.cfg	Mon Jul 02 17:14:28 2018 +0200
@@ -87,4 +87,4 @@
 eggs = pyams_thesaurus [test]
 
 [versions]
-pyams_thesaurus = 0.1.10
+pyams_thesaurus = 0.1.11
--- a/setup.py	Mon Jul 02 08:59:17 2018 +0200
+++ b/setup.py	Mon Jul 02 17:14:28 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []