--- a/buildout.cfg Fri Mar 01 13:08:47 2019 +0100
+++ b/buildout.cfg Fri Mar 01 14:33:09 2019 +0100
@@ -96,4 +96,4 @@
eggs = pyams_utils [test]
[versions]
-pyams_utils = 0.1.30.2
+pyams_utils = 0.1.30.3
--- a/docs/HISTORY.txt Fri Mar 01 13:08:47 2019 +0100
+++ b/docs/HISTORY.txt Fri Mar 01 14:33:09 2019 +0100
@@ -1,6 +1,10 @@
Changelog
=========
+0.1.30.3
+--------
+ - small updates in progress management
+
0.1.30.2
--------
- added extra-characters to punctuation when translating string to generate URLs
--- a/setup.py Fri Mar 01 13:08:47 2019 +0100
+++ b/setup.py Fri Mar 01 14:33:09 2019 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.30.2'
+version = '0.1.30.3'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO Fri Mar 01 13:08:47 2019 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO Fri Mar 01 14:33:09 2019 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-utils
-Version: 0.1.30.2
+Version: 0.1.30.3
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -47,6 +47,10 @@
Changelog
=========
+ 0.1.30.3
+ --------
+ - small updates in progress management
+
0.1.30.2
--------
- added extra-characters to punctuation when translating string to generate URLs