Init version 0.1.13
authorThierry Florac <thierry.florac@onf.fr>
Mon, 28 May 2018 11:20:28 +0200
changeset 63 3d2cdf7911a5
parent 62 f174f365ad83
child 64 a36879b2a175
Init version 0.1.13
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 11:06:28 2018 +0200
+++ b/buildout.cfg	Mon May 28 11:20:28 2018 +0200
@@ -72,4 +72,4 @@
 eggs = pyams_i18n [test]
 
 [versions]
-pyams_i18n = 0.1.12
+pyams_i18n = 0.1.13
--- a/setup.py	Fri Apr 27 11:06:28 2018 +0200
+++ b/setup.py	Mon May 28 11:20:28 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []