# HG changeset patch # User Thierry Florac # Date 1540540987 -7200 # Node ID 18aaa69eee31629d77a23466cec72cfdad9f5bd8 # Parent 375c07107cf2f3861bd378636220050ee504909b Version 0.1.24 diff -r 375c07107cf2 -r 18aaa69eee31 buildout.cfg --- a/buildout.cfg Fri Oct 26 09:01:36 2018 +0200 +++ b/buildout.cfg Fri Oct 26 10:03:07 2018 +0200 @@ -86,4 +86,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.23 +pyams_content = 0.1.24 diff -r 375c07107cf2 -r 18aaa69eee31 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Oct 26 09:01:36 2018 +0200 +++ b/docs/HISTORY.txt Fri Oct 26 10:03:07 2018 +0200 @@ -1,6 +1,12 @@ History ======= +0.1.24 +------ + - updated public title of attachments + - check view's context before using it's content type + - get view's internal references into given order + 0.1.23 ------ - added check in text with prefix widgets diff -r 375c07107cf2 -r 18aaa69eee31 setup.py --- a/setup.py Fri Oct 26 09:01:36 2018 +0200 +++ b/setup.py Fri Oct 26 10:03:07 2018 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.23' +version = '0.1.24' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 375c07107cf2 -r 18aaa69eee31 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Fri Oct 26 09:01:36 2018 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Fri Oct 26 10:03:07 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.23 +Version: 0.1.24 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,12 @@ History ======= + 0.1.24 + ------ + - updated public title of attachments + - check view's context before using it's content type + - get view's internal references into given order + 0.1.23 ------ - added check in text with prefix widgets