From 52093c973d3c91661ab1a64197b8694b25ca531c Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Thu, 24 Mar 2011 14:38:30 -0300 Subject: Updated version to 2.0. --- NEWS | 9 +++++++++ dateutil/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8738e84..9836d04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 2.0 +----------- + +- Ported to Python 3, by Brian Jones. If you need dateutil for Python 2.X, + please continue using the 1.X series. + +- There's no such thing as a "PSF License". This source code is now + made available under the Simplified BSD license. See LICENSE for + details. Version 1.5 ----------- diff --git a/dateutil/__init__.py b/dateutil/__init__.py index 2dde559..1187e3e 100644 --- a/dateutil/__init__.py +++ b/dateutil/__init__.py @@ -6,4 +6,4 @@ datetime module. """ __author__ = "Gustavo Niemeyer " __license__ = "Simplified BSD" -__version__ = "1.5" +__version__ = "2.0" -- cgit v1.2.1