--- a/buildout.cfg Thu Mar 26 15:37:02 2015 +0100
+++ b/buildout.cfg Fri Mar 27 15:45:50 2015 +0100
@@ -40,4 +40,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.12
+ztfy.utils = 0.4.13
--- a/docs/HISTORY.txt Thu Mar 26 15:37:02 2015 +0100
+++ b/docs/HISTORY.txt Fri Mar 27 15:45:50 2015 +0100
@@ -1,6 +1,10 @@
Changelog
=========
+0.4.13
+------
+ - added check in dates management functions to handle years prior to 1900
+
0.4.12
------
- added "getClientFromURL()" function to HTTP client module to build an HTTP client from a simple URL
--- a/setup.py Thu Mar 26 15:37:02 2015 +0100
+++ b/setup.py Fri Mar 27 15:45:50 2015 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.12'
+version = '0.4.13'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [
--- a/src/ztfy.utils.egg-info/PKG-INFO Thu Mar 26 15:37:02 2015 +0100
+++ b/src/ztfy.utils.egg-info/PKG-INFO Fri Mar 27 15:45:50 2015 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: ztfy.utils
-Version: 0.4.12
+Version: 0.4.13
Summary: ZTFY utility functions and classes for Zope3
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -41,6 +41,10 @@
Changelog
=========
+ 0.4.13
+ ------
+ - added check in dates management functions to handle years prior to 1900
+
0.4.12
------
- added "getClientFromURL()" function to HTTP client module to build an HTTP client from a simple URL