# HG changeset patch # User Thierry Florac # Date 1554723504 -7200 # Node ID 0e55a866c7444db7f05e6ce1b0031bda2b750f27 # Parent c31f707f93fcc444149e85f2ce463bddd4c0095e Version 0.1.49.1 diff -r c31f707f93fc -r 0e55a866c744 buildout.cfg --- 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 diff -r c31f707f93fc -r 0e55a866c744 docs/HISTORY.txt --- 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 diff -r c31f707f93fc -r 0e55a866c744 setup.py --- 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 = [] diff -r c31f707f93fc -r 0e55a866c744 src/pyams_content.egg-info/PKG-INFO --- 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 diff -r c31f707f93fc -r 0e55a866c744 src/pyams_content.egg-info/SOURCES.txt --- 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