Version 0.1.56.2 0.1.56.2
authorThierry Florac <tflorac@ulthar.net>
Wed, 06 Nov 2019 16:54:59 +0100
changeset 1382 eb952f44298e
parent 1381 db5205cef064
child 1383 2cfeb340dacf
Version 0.1.56.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Nov 06 16:04:24 2019 +0100
+++ b/buildout.cfg	Wed Nov 06 16:54:59 2019 +0100
@@ -85,4 +85,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.56.1
+pyams_content = 0.1.56.2
--- a/docs/HISTORY.txt	Wed Nov 06 16:04:24 2019 +0100
+++ b/docs/HISTORY.txt	Wed Nov 06 16:54:59 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.57
+------
+ - added check in user's addings menu to avoid getting shared sites in menu items
+
 0.1.56.1
 --------
  - updated CSS resources
--- a/setup.py	Wed Nov 06 16:04:24 2019 +0100
+++ b/setup.py	Wed Nov 06 16:54:59 2019 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.56.1'
+version = '0.1.56.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Wed Nov 06 16:04:24 2019 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Wed Nov 06 16:54:59 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.56.1
+Version: 0.1.56.2
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,10 @@
         History
         =======
         
+        0.1.57
+        ------
+         - added check in user's addings menu to avoid getting shared sites in menu items
+        
         0.1.56.1
         --------
          - updated CSS resources