Version 0.1.30.2 0.1.30.2
authorThierry Florac <thierry.florac@onf.fr>
Fri, 22 Feb 2019 12:39:24 +0100
changeset 332 71606c1dff73
parent 331 15b593eddfcb
child 333 59367a4f8096
Version 0.1.30.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Feb 22 12:31:28 2019 +0100
+++ b/buildout.cfg	Fri Feb 22 12:39:24 2019 +0100
@@ -96,4 +96,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.30.1
+pyams_utils = 0.1.30.2
--- a/docs/HISTORY.txt	Fri Feb 22 12:31:28 2019 +0100
+++ b/docs/HISTORY.txt	Fri Feb 22 12:39:24 2019 +0100
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.1.30.2
+--------
+ - added extra-characters to punctuation when translating string to generate URLs
+ - handle IndexError in NamespaceTraverser
+
 0.1.30.1
 --------
  - added entry into Unicode translation table to convert Microsoft Word typographic quotes to simple quotes
--- a/setup.py	Fri Feb 22 12:31:28 2019 +0100
+++ b/setup.py	Fri Feb 22 12:39:24 2019 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.30.1'
+version = '0.1.30.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Fri Feb 22 12:31:28 2019 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO	Fri Feb 22 12:39:24 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-utils
-Version: 0.1.30.1
+Version: 0.1.30.2
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -47,6 +47,11 @@
         Changelog
         =========
         
+        0.1.30.2
+        --------
+         - added extra-characters to punctuation when translating string to generate URLs
+         - handle IndexError in NamespaceTraverser
+        
         0.1.30.1
         --------
          - added entry into Unicode translation table to convert Microsoft Word typographic quotes to simple quotes