Version 0.1.40 0.1.40
authorThierry Florac <tflorac@ulthar.net>
Fri, 06 Aug 2021 16:33:43 +0200
changeset 452 d85ea9792991
parent 451 c54f05d00f63
child 453 88412ba6ae09
Version 0.1.40
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Thu Aug 05 09:19:32 2021 +0200
+++ b/buildout.cfg	Fri Aug 06 16:33:43 2021 +0200
@@ -65,4 +65,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.34
+pyams_utils = 0.1.40
--- a/docs/HISTORY.txt	Thu Aug 05 09:19:32 2021 +0200
+++ b/docs/HISTORY.txt	Fri Aug 06 16:33:43 2021 +0200
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.1.40
+------
+ - updated "br" TALES extension to support getting a list of strings as argument instead of
+   only a string using a separator character
+
 0.1.39
 ------
  - updated "relative_url" TALES extension to add "display_context" argument
--- a/setup.py	Thu Aug 05 09:19:32 2021 +0200
+++ b/setup.py	Fri Aug 06 16:33:43 2021 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.39'
+version = '0.1.40'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Thu Aug 05 09:19:32 2021 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Fri Aug 06 16:33:43 2021 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-utils
-Version: 0.1.39
+Version: 0.1.40
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -51,6 +51,11 @@
         Changelog
         =========
         
+        0.1.40
+        ------
+         - updated "br" TALES extension to support getting a list of strings as argument instead of
+           only a string using a separator character
+        
         0.1.39
         ------
          - updated "relative_url" TALES extension to add "display_context" argument