# HG changeset patch # User Thierry Florac # Date 1601300980 -7200 # Node ID 63e3acc6e4d6ead1d7c6437407db5d4d60a1d385 # Parent b3b41d340a0481234ac8e8d94b93be52f249c79f Version 0.1.37 diff -r b3b41d340a04 -r 63e3acc6e4d6 buildout.cfg --- a/buildout.cfg Mon Sep 28 15:19:28 2020 +0200 +++ b/buildout.cfg Mon Sep 28 15:49:40 2020 +0200 @@ -65,4 +65,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.36 +pyams_utils = 0.1.37 diff -r b3b41d340a04 -r 63e3acc6e4d6 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Sep 28 15:19:28 2020 +0200 +++ b/docs/HISTORY.txt Mon Sep 28 15:49:40 2020 +0200 @@ -1,6 +1,10 @@ Changelog ========= +0.1.37 +------ + - added "pyams_utils.date.get_timestamp(context)" function + 0.1.36 ------ - added multiple mail addresses schema field diff -r b3b41d340a04 -r 63e3acc6e4d6 setup.py --- a/setup.py Mon Sep 28 15:19:28 2020 +0200 +++ b/setup.py Mon Sep 28 15:49:40 2020 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.36' +version = '0.1.37' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r b3b41d340a04 -r 63e3acc6e4d6 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Mon Sep 28 15:19:28 2020 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Mon Sep 28 15:49:40 2020 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-utils -Version: 0.1.36 +Version: 0.1.37 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -51,6 +51,10 @@ Changelog ========= + 0.1.37 + ------ + - added "pyams_utils.date.get_timestamp(context)" function + 0.1.36 ------ - added multiple mail addresses schema field