Init version 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:07:14 +0100
changeset 53 df6d15dc695d
parent 52 568ef229cc20
child 54 4f38d4c6586c
Init version 0.1.11
buildout.cfg
setup.py
--- a/buildout.cfg	Thu Feb 08 08:53:26 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:07:14 2018 +0100
@@ -72,4 +72,4 @@
 eggs = pyams_i18n [test]
 
 [versions]
-pyams_i18n = 0.1.10
+pyams_i18n = 0.1.11
--- a/setup.py	Thu Feb 08 08:53:26 2018 +0100
+++ b/setup.py	Thu Mar 08 09:07:14 2018 +0100
@@ -25,7 +25,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 = []