--- a/buildout.cfg Mon Apr 08 13:36:24 2019 +0200
+++ b/buildout.cfg Mon Apr 08 13:38:24 2019 +0200
@@ -85,4 +85,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.49
+pyams_content = 0.1.49.1
--- a/docs/HISTORY.txt Mon Apr 08 13:36:24 2019 +0200
+++ b/docs/HISTORY.txt Mon Apr 08 13:38:24 2019 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.49.1
+--------
+ - corrected syntax error in paragraph's renderer selection widget template
+
0.1.49
------
- updated redirections rules table to add caching and correctly display status of links contents
--- a/setup.py Mon Apr 08 13:36:24 2019 +0200
+++ b/setup.py Mon Apr 08 13:38:24 2019 +0200
@@ -24,7 +24,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.49'
+version = '0.1.49.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Mon Apr 08 13:36:24 2019 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO Mon Apr 08 13:38:24 2019 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-content
-Version: 0.1.49
+Version: 0.1.49.1
Summary: PyAMS base content interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_content
Author: Thierry Florac
@@ -72,6 +72,10 @@
History
=======
+ 0.1.49.1
+ --------
+ - corrected syntax error in paragraph's renderer selection widget template
+
0.1.49
------
- updated redirections rules table to add caching and correctly display status of links contents
--- a/src/pyams_content.egg-info/SOURCES.txt Mon Apr 08 13:36:24 2019 +0200
+++ b/src/pyams_content.egg-info/SOURCES.txt Mon Apr 08 13:38:24 2019 +0200
@@ -436,6 +436,7 @@
src/pyams_content/zmi/resources/js/pyams_content.min.js
src/pyams_content/zmi/resources/js/pyams_content.min.min.js
src/pyams_content/zmi/resources/js/pyams_content.min.min.min.js
+src/pyams_content/zmi/resources/js/pyams_content.min.min.min.min.js
src/pyams_content/zmi/resources/less/pyams_content.less
src/pyams_content/zmi/viewlet/__init__.py
src/pyams_content/zmi/viewlet/toplinks/__init__.py