# HG changeset patch # User Thierry Florac # Date 1612431557 -3600 # Node ID c57aa476bc690f8add23b3feee47cb771493215c # Parent a07b27effd381071e2b706ad8a373339ae432658 Version 0.1.68 diff -r a07b27effd38 -r c57aa476bc69 buildout.cfg --- 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 diff -r a07b27effd38 -r c57aa476bc69 docs/HISTORY.txt --- 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 diff -r a07b27effd38 -r c57aa476bc69 setup.py --- 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 = [] diff -r a07b27effd38 -r c57aa476bc69 src/pyams_content.egg-info/PKG-INFO --- 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