Version 0.1.68 0.1.68
authorThierry Florac <tflorac@ulthar.net>
Thu, 04 Feb 2021 10:39:17 +0100
changeset 1457 c57aa476bc69
parent 1456 a07b27effd38
child 1458 e79b38390bdc
Version 0.1.68
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Feb 03 08:34:45 2021 +0100
+++ b/buildout.cfg	Thu Feb 04 10:39:17 2021 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.67
+pyams_content = 0.1.68
--- a/docs/HISTORY.txt	Wed Feb 03 08:34:45 2021 +0100
+++ b/docs/HISTORY.txt	Thu Feb 04 10:39:17 2021 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.68
+------
+ - handle short name update of search folders
+
 0.1.67
 ------
  - added navigation mode to sites and hubs managers
--- a/setup.py	Wed Feb 03 08:34:45 2021 +0100
+++ b/setup.py	Thu Feb 04 10:39:17 2021 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.67'
+version = '0.1.68'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Wed Feb 03 08:34:45 2021 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Thu Feb 04 10:39:17 2021 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.67
+Version: 0.1.68
 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.68
+        ------
+         - handle short name update of search folders
+        
         0.1.67
         ------
          - added navigation mode to sites and hubs managers