# HG changeset patch # User Thierry Florac # Date 1538747220 -7200 # Node ID 17abf81792804492ed4845509caf882d7dc46f4c # Parent dd66b48f53dac13a8d71db8c1862b72b1fe858a2 Version 0.1.20 diff -r dd66b48f53da -r 17abf8179280 buildout.cfg --- a/buildout.cfg Wed Oct 03 15:44:46 2018 +0200 +++ b/buildout.cfg Fri Oct 05 15:47:00 2018 +0200 @@ -96,4 +96,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.19 +pyams_utils = 0.1.20 diff -r dd66b48f53da -r 17abf8179280 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Oct 03 15:44:46 2018 +0200 +++ b/docs/HISTORY.txt Fri Oct 05 15:47:00 2018 +0200 @@ -1,6 +1,11 @@ Changelog ========= +0.1.20 +------ + - added support for server's locale configuration + - added 'need_resource' TALES extension to include Fanstatic resource from template + 0.1.19 ------ - updated "br" TALES extension to add custom start and end tags diff -r dd66b48f53da -r 17abf8179280 setup.py --- a/setup.py Wed Oct 03 15:44:46 2018 +0200 +++ b/setup.py Fri Oct 05 15:47:00 2018 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.19' +version = '0.1.20' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r dd66b48f53da -r 17abf8179280 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Wed Oct 03 15:44:46 2018 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Fri Oct 05 15:47:00 2018 +0200 @@ -1,12 +1,11 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.19 +Version: 0.1.20 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description-Content-Type: UNKNOWN Description: =================== pyams_utils package =================== @@ -48,6 +47,11 @@ Changelog ========= + 0.1.20 + ------ + - added support for server's locale configuration + - added 'need_resource' TALES extension to include Fanstatic resource from template + 0.1.19 ------ - updated "br" TALES extension to add custom start and end tags @@ -178,3 +182,4 @@ Classifier: Programming Language :: Python Classifier: Framework :: Zope3 Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test