# HG changeset patch # User Thierry Florac # Date 1593780135 -7200 # Node ID c870db363aafb1c782b685550f96b195356b1c02 # Parent 8184dadefc8b579b543c3eaaaeb63ba84406e342 Version 0.1.58 diff -r 8184dadefc8b -r c870db363aaf buildout.cfg --- 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 diff -r 8184dadefc8b -r c870db363aaf docs/HISTORY.txt --- 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 diff -r 8184dadefc8b -r c870db363aaf setup.py --- 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 = [] diff -r 8184dadefc8b -r c870db363aaf src/pyams_content.egg-info/PKG-INFO --- 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