[Checkins] SVN: DateTime/trunk/ update version, add changelog entry

Hano Schlichting cvs-admin at zope.org
Sat Feb 23 15:29:32 UTC 2013


Log message for revision 129717:
  update version, add changelog entry
  

Changed:
  U   DateTime/trunk/CHANGES.rst
  U   DateTime/trunk/setup.py

-=-
Modified: DateTime/trunk/CHANGES.rst
===================================================================
--- DateTime/trunk/CHANGES.rst	2013-02-23 15:25:38 UTC (rev 129716)
+++ DateTime/trunk/CHANGES.rst	2013-02-23 15:29:32 UTC (rev 129717)
@@ -1,10 +1,14 @@
 Changelog
 =========
 
-3.0.4 (unreleased)
-------------------
+4.0 (unreleased)
+----------------
 
+- Added support for Python 3.2 and 3.3 in addition to 2.6 and 2.7.
 
+- Removed unused legacy pytz tests and the DateTimeZone module and renamed
+  some test internals.
+
 3.0.3 (2013-01-22)
 ------------------
 

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2013-02-23 15:25:38 UTC (rev 129716)
+++ DateTime/trunk/setup.py	2013-02-23 15:29:32 UTC (rev 129717)
@@ -24,7 +24,7 @@
 
 setup(
     name='DateTime',
-    version='3.0.4dev',
+    version='4.0dev',
     url='http://pypi.python.org/pypi/DateTime',
     license='ZPL 2.1',
     description="""\



More information about the checkins mailing list