Version 0.1.58 0.1.58
authorThierry Florac <tflorac@ulthar.net>
Fri, 03 Jul 2020 14:42:15 +0200
changeset 1396 c870db363aaf
parent 1395 8184dadefc8b
child 1397 d05fc6aa4217
Version 0.1.58
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- 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