init version 0.1.7
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Mar 2018 16:11:23 +0100
changeset 47 e5d399e80103
parent 46 89ed655ab627
child 48 e10d9a6040f9
init version 0.1.7
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Jan 31 17:17:38 2018 +0100
+++ b/buildout.cfg	Wed Mar 07 16:11:23 2018 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_thesaurus [test]
 
 [versions]
-pyams_thesaurus = 0.1.6
+pyams_thesaurus = 0.1.7
--- a/setup.py	Wed Jan 31 17:17:38 2018 +0100
+++ b/setup.py	Wed Mar 07 16:11:23 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []