# HG changeset patch # User Thierry Florac # Date 1550503189 -3600 # Node ID 20be0e82d306ce85cec1edc338b0946b5888a1f7 # Parent a869fd818ea71899788bb533bad54073b16b3156 Version 0.1.47.1 diff -r a869fd818ea7 -r 20be0e82d306 buildout.cfg --- a/buildout.cfg Mon Feb 18 11:55:12 2019 +0100 +++ b/buildout.cfg Mon Feb 18 16:19:49 2019 +0100 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.47 +pyams_content = 0.1.47.1 diff -r a869fd818ea7 -r 20be0e82d306 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Feb 18 11:55:12 2019 +0100 +++ b/docs/HISTORY.txt Mon Feb 18 16:19:49 2019 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.47.1 +-------- + - added "superscript" formatter to framed paragraph editor + 0.1.47 ------ - added argument in "register_content_type" function to declare that some content types are not diff -r a869fd818ea7 -r 20be0e82d306 setup.py --- a/setup.py Mon Feb 18 11:55:12 2019 +0100 +++ b/setup.py Mon Feb 18 16:19:49 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.47' +version = '0.1.47.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r a869fd818ea7 -r 20be0e82d306 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Mon Feb 18 11:55:12 2019 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Mon Feb 18 16:19:49 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.47 +Version: 0.1.47.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.47.1 + -------- + - added "superscript" formatter to framed paragraph editor + 0.1.47 ------ - added argument in "register_content_type" function to declare that some content types are not