Init version 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Wed, 13 Jun 2018 12:31:05 +0200
changeset 70 913c991fe861
parent 69 2f095d24c23b
child 71 b80aaca1b272
Init version 0.1.14
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Jun 13 12:30:28 2018 +0200
+++ b/buildout.cfg	Wed Jun 13 12:31:05 2018 +0200
@@ -72,4 +72,4 @@
 eggs = pyams_i18n [test]
 
 [versions]
-pyams_i18n = 0.1.13
+pyams_i18n = 0.1.14
--- a/setup.py	Wed Jun 13 12:30:28 2018 +0200
+++ b/setup.py	Wed Jun 13 12:31:05 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []