--- 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 = []