--- 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
--- 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
--- 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 = []
--- 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