--- 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