Init version 0.1.12
authorThierry Florac <tflorac@ulthar.net>
Sat, 21 Jul 2018 03:38:02 +0200
changeset 83 bc67813e33a6
parent 82 3a7a8c4c8a15
child 84 a3ca2f2dd419
Init version 0.1.12
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Jul 20 17:19:57 2018 +0200
+++ b/buildout.cfg	Sat Jul 21 03:38:02 2018 +0200
@@ -87,4 +87,4 @@
 eggs = pyams_thesaurus [test]
 
 [versions]
-pyams_thesaurus = 0.1.11
+pyams_thesaurus = 0.1.12
--- a/setup.py	Fri Jul 20 17:19:57 2018 +0200
+++ b/setup.py	Sat Jul 21 03:38:02 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.11'
+version = '0.1.12'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []