Init version 0.1.10
authorThierry Florac <thierry.florac@onf.fr>
Thu, 28 Jun 2018 08:33:08 +0200
changeset 67 b2036237624c
parent 66 537ad7f97f00
child 68 10c30486edcf
Init version 0.1.10
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Jun 26 15:10:29 2018 +0200
+++ b/buildout.cfg	Thu Jun 28 08:33:08 2018 +0200
@@ -87,4 +87,4 @@
 eggs = pyams_thesaurus [test]
 
 [versions]
-pyams_thesaurus = 0.1.9
+pyams_thesaurus = 0.1.10
--- a/setup.py	Tue Jun 26 15:10:29 2018 +0200
+++ b/setup.py	Thu Jun 28 08:33:08 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.9'
+version = '0.1.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []