Version 0.1.21 0.1.21
authorThierry Florac <thierry.florac@onf.fr>
Tue, 23 Oct 2018 12:07:32 +0200
changeset 244 8ef3fd11a05b
parent 243 94a457eeaeaa
child 245 30ffdaf9c5c1
Version 0.1.21
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_utils.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Oct 19 17:18:42 2018 +0200
+++ b/buildout.cfg	Tue Oct 23 12:07:32 2018 +0200
@@ -96,4 +96,4 @@
 eggs = pyams_utils [test]
 
 [versions]
-pyams_utils = 0.1.20
+pyams_utils = 0.1.21
--- a/docs/HISTORY.txt	Fri Oct 19 17:18:42 2018 +0200
+++ b/docs/HISTORY.txt	Tue Oct 23 12:07:32 2018 +0200
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.1.21
+------
+ - added "display_context" property to request
+ - updated 'timestamp' TALES extension to specify optional ISO output format
+
 0.1.20
 ------
  - added support for server's locale configuration
--- a/setup.py	Fri Oct 19 17:18:42 2018 +0200
+++ b/setup.py	Tue Oct 23 12:07:32 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.20'
+version = '0.1.21'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
--- a/src/pyams_utils.egg-info/PKG-INFO	Fri Oct 19 17:18:42 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Tue Oct 23 12:07:32 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-utils
-Version: 0.1.20
+Version: 0.1.21
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -47,6 +47,11 @@
         Changelog
         =========
         
+        0.1.21
+        ------
+         - added "display_context" property to request
+         - updated 'timestamp' TALES extension to specify optional ISO output format
+        
         0.1.20
         ------
          - added support for server's locale configuration