--- a/buildout.cfg Tue Sep 25 12:36:40 2018 +0200
+++ b/buildout.cfg Tue Sep 25 12:37:51 2018 +0200
@@ -86,4 +86,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.19
+pyams_content = 0.1.19.1
--- a/setup.py Tue Sep 25 12:36:40 2018 +0200
+++ b/setup.py Tue Sep 25 12:37:51 2018 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.19'
+version = '0.1.19.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Tue Sep 25 12:36:40 2018 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO Tue Sep 25 12:37:51 2018 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-content
-Version: 0.1.19
+Version: 0.1.19.1
Summary: PyAMS base content interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_content
Author: Thierry Florac