Version 0.1.39 0.1.39
authorThierry Florac <tflorac@ulthar.net>
Wed, 25 Nov 2020 13:01:50 +0100
changeset 449 c1c9032f8477
parent 448 668147e09022
child 450 d19c9f8a4ac0
Version 0.1.39
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Nov 24 18:29:43 2020 +0100
+++ b/buildout.cfg	Wed Nov 25 13:01:50 2020 +0100
@@ -65,4 +65,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.38
+pyams_utils = 0.1.34
--- a/docs/HISTORY.txt	Tue Nov 24 18:29:43 2020 +0100
+++ b/docs/HISTORY.txt	Wed Nov 25 13:01:50 2020 +0100
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+0.1.39
+------
+ - updated "relative_url" TALES extension to add "display_context" argument
+
 0.1.38
 ------
  - added arguments to "find_objects_matching"/"find_objects_providing" functions, to be able to
--- a/setup.py	Tue Nov 24 18:29:43 2020 +0100
+++ b/setup.py	Wed Nov 25 13:01:50 2020 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.38'
+version = '0.1.39'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Tue Nov 24 18:29:43 2020 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO	Wed Nov 25 13:01:50 2020 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-utils
-Version: 0.1.38
+Version: 0.1.39
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -51,6 +51,10 @@
         Changelog
         =========
         
+        0.1.39
+        ------
+         - updated "relative_url" TALES extension to add "display_context" argument
+        
         0.1.38
         ------
          - added arguments to "find_objects_matching"/"find_objects_providing" functions, to be able to