summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2011-03-24 14:38:30 -0300
committerGustavo Niemeyer <gustavo@niemeyer.net>2011-03-24 14:38:30 -0300
commit52093c973d3c91661ab1a64197b8694b25ca531c (patch)
tree3a7b8437bb36d14fcb79419c5c9503e9fa48769e
parent074cf275840cdece5196e9643a0b8cc3e268298d (diff)
downloaddateutil-52093c973d3c91661ab1a64197b8694b25ca531c.tar.gz
Updated version to 2.0.
-rw-r--r--NEWS9
-rw-r--r--dateutil/__init__.py2
2 files changed, 10 insertions, 1 deletions
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 <gustavo@niemeyer.net>"
__license__ = "Simplified BSD"
-__version__ = "1.5"
+__version__ = "2.0"