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