Init version 0.1.12
authorThierry Florac <thierry.florac@onf.fr>
Wed, 28 Mar 2018 15:32:53 +0200
changeset 58 119783f3d2df
parent 57 35a1aa82dca4
child 59 52d0811950e8
Init version 0.1.12
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Mar 20 17:44:33 2018 +0100
+++ b/buildout.cfg	Wed Mar 28 15:32:53 2018 +0200
@@ -72,4 +72,4 @@
 eggs = pyams_i18n [test]
 
 [versions]
-pyams_i18n = 0.1.11
+pyams_i18n = 0.1.12
--- a/setup.py	Tue Mar 20 17:44:33 2018 +0100
+++ b/setup.py	Wed Mar 28 15:32:53 2018 +0200
@@ -25,7 +25,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 = []