--- a/buildout.cfg Fri Jul 03 12:27:49 2020 +0200
+++ b/buildout.cfg Fri Jul 03 14:42:15 2020 +0200
@@ -86,4 +86,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.57
+pyams_content = 0.1.58
--- a/docs/HISTORY.txt Fri Jul 03 12:27:49 2020 +0200
+++ b/docs/HISTORY.txt Fri Jul 03 14:42:15 2020 +0200
@@ -1,6 +1,12 @@
History
=======
+0.1.58
+------
+ - added collections to advanced search engines
+ - updated dashboards "Content type" column
+ - updated contacts themes views
+
0.1.57
------
- added check in user's addings menu to avoid getting shared sites in menu items
--- a/setup.py Fri Jul 03 12:27:49 2020 +0200
+++ b/setup.py Fri Jul 03 14:42:15 2020 +0200
@@ -24,7 +24,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.57'
+version = '0.1.58'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Fri Jul 03 12:27:49 2020 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO Fri Jul 03 14:42:15 2020 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-content
-Version: 0.1.57
+Version: 0.1.58
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.58
+ ------
+ - added collections to advanced search engines
+ - updated dashboards "Content type" column
+ - updated contacts themes views
+
0.1.57
------
- added check in user's addings menu to avoid getting shared sites in menu items