Version 0.1.34.1 0.1.34.1
authorThierry Florac <tflorac@ulthar.net>
Fri, 04 Oct 2019 19:14:47 +0200
changeset 399 088dadea87f7
parent 398 f87a8558edcc
child 400 c4348fb13621
Version 0.1.34.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Oct 04 18:58:38 2019 +0200
+++ b/buildout.cfg	Fri Oct 04 19:14:47 2019 +0200
@@ -89,4 +89,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.34
+pyams_utils = 0.1.34.1
--- a/docs/HISTORY.txt	Fri Oct 04 18:58:38 2019 +0200
+++ b/docs/HISTORY.txt	Fri Oct 04 19:14:47 2019 +0200
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.1.34.1
+--------
+ - replace remaining slashes with dashes when generating content's URL
+
 0.1.34
 ------
  - don't escape slashes when generating content's URL
--- a/setup.py	Fri Oct 04 18:58:38 2019 +0200
+++ b/setup.py	Fri Oct 04 19:14:47 2019 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.34'
+version = '0.1.34.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Fri Oct 04 18:58:38 2019 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Fri Oct 04 19:14:47 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-utils
-Version: 0.1.34
+Version: 0.1.34.1
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -47,6 +47,10 @@
         Changelog
         =========
         
+        0.1.34.1
+        --------
+         - replace remaining slashes with dashes when generating content's URL
+        
         0.1.34
         ------
          - don't escape slashes when generating content's URL