--- a/buildout.cfg Fri Sep 21 10:33:05 2018 +0200
+++ b/buildout.cfg Tue Sep 25 11:28:03 2018 +0200
@@ -96,4 +96,4 @@
eggs = pyams_utils [test]
[versions]
-pyams_utils = 0.1.18
+pyams_utils = 0.1.19
--- a/docs/HISTORY.txt Fri Sep 21 10:33:05 2018 +0200
+++ b/docs/HISTORY.txt Tue Sep 25 11:28:03 2018 +0200
@@ -1,6 +1,10 @@
Changelog
=========
+0.1.19
+------
+ - updated "br" TALES extension to add custom start and end tags
+
0.1.18
------
- added default JSON encoder to serialize date and datetime objects (required for PyAMS_apm package)
--- a/setup.py Fri Sep 21 10:33:05 2018 +0200
+++ b/setup.py Tue Sep 25 11:28:03 2018 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.18'
+version = '0.1.19'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO Fri Sep 21 10:33:05 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO Tue Sep 25 11:28:03 2018 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-utils
-Version: 0.1.18
+Version: 0.1.19
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -48,6 +48,10 @@
Changelog
=========
+ 0.1.19
+ ------
+ - updated "br" TALES extension to add custom start and end tags
+
0.1.18
------
- added default JSON encoder to serialize date and datetime objects (required for PyAMS_apm package)