--- a/buildout.cfg Wed Jan 09 10:15:23 2019 +0100
+++ b/buildout.cfg Wed Jan 09 12:19:10 2019 +0100
@@ -96,4 +96,4 @@
eggs = pyams_utils [test]
[versions]
-pyams_utils = 0.1.27.1
+pyams_utils = 0.1.28
--- a/docs/HISTORY.txt Wed Jan 09 10:15:23 2019 +0100
+++ b/docs/HISTORY.txt Wed Jan 09 12:19:10 2019 +0100
@@ -1,6 +1,11 @@
Changelog
=========
+0.1.28
+------
+ - added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".
+ This requires an ITraversable adapter named "+" for context and request to handle content access.
+
0.1.27.1
--------
- force timezone in "timestamp" TALES adapter
--- a/setup.py Wed Jan 09 10:15:23 2019 +0100
+++ b/setup.py Wed Jan 09 12:19:10 2019 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.27.1'
+version = '0.1.28'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO Wed Jan 09 10:15:23 2019 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO Wed Jan 09 12:19:10 2019 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-utils
-Version: 0.1.27.1
+Version: 0.1.28
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -47,6 +47,11 @@
Changelog
=========
+ 0.1.28
+ ------
+ - added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".
+ This requires an ITraversable adapter named "+" for context and request to handle content access.
+
0.1.27.1
--------
- force timezone in "timestamp" TALES adapter