--- 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
--- 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
--- 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 = [
--- 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