--- a/buildout.cfg Thu Jan 10 16:57:51 2019 +0100
+++ b/buildout.cfg Fri Jan 11 13:16:08 2019 +0100
@@ -96,4 +96,4 @@
eggs = pyams_utils [test]
[versions]
-pyams_utils = 0.1.28
+pyams_utils = 0.1.29
--- a/docs/HISTORY.txt Thu Jan 10 16:57:51 2019 +0100
+++ b/docs/HISTORY.txt Fri Jan 11 13:16:08 2019 +0100
@@ -1,6 +1,11 @@
Changelog
=========
+0.1.29
+------
+ - updated "check_request()" function to be able to use currently registered request factory (instead of PyAMSRequest)
+ and to specify a principal ID when creating a new request is required
+
0.1.28
------
- added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".
--- a/setup.py Thu Jan 10 16:57:51 2019 +0100
+++ b/setup.py Fri Jan 11 13:16:08 2019 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.28'
+version = '0.1.29'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO Thu Jan 10 16:57:51 2019 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO Fri Jan 11 13:16:08 2019 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-utils
-Version: 0.1.28
+Version: 0.1.29
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -47,6 +47,11 @@
Changelog
=========
+ 0.1.29
+ ------
+ - updated "check_request()" function to be able to use currently registered request factory (instead of PyAMSRequest)
+ and to specify a principal ID when creating a new request is required
+
0.1.28
------
- added NamespaceTraverser to replace "++oid++XX::title.html" URL syntax with a simpler "*/+/XX::title.html".