Version 0.1.34 0.1.34
authorThierry Florac <tflorac@ulthar.net>
Thu, 26 Sep 2019 11:53:53 +0200
changeset 396 c52885f3babd
parent 395 5cb941e31c86
child 397 b95d1ef81476
Version 0.1.34
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Sep 18 19:36:57 2019 +0200
+++ b/buildout.cfg	Thu Sep 26 11:53:53 2019 +0200
@@ -89,4 +89,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.33
+pyams_utils = 0.1.34
--- a/docs/HISTORY.txt	Wed Sep 18 19:36:57 2019 +0200
+++ b/docs/HISTORY.txt	Thu Sep 26 11:53:53 2019 +0200
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.1.34
+------
+ - don't escape slashes when generating content's URL
+ - added schema field to display JSON mapping data
+
 0.1.33
 ------
  - added test in "relative_url" function to check if request is an instance of PyramidPublisherRequest
--- a/setup.py	Wed Sep 18 19:36:57 2019 +0200
+++ b/setup.py	Thu Sep 26 11:53:53 2019 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.33'
+version = '0.1.34'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Wed Sep 18 19:36:57 2019 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Thu Sep 26 11:53:53 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-utils
-Version: 0.1.33
+Version: 0.1.34
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -47,6 +47,11 @@
         Changelog
         =========
         
+        0.1.34
+        ------
+         - don't escape slashes when generating content's URL
+         - added schema field to display JSON mapping data
+        
         0.1.33
         ------
          - added test in "relative_url" function to check if request is an instance of PyramidPublisherRequest