[Checkins] SVN: DateTime/trunk/ With the amount of changes I just did, this warrants a major version number increase

Hanno Schlichting hannosch at hannosch.eu
Fri May 6 14:07:43 EDT 2011


Log message for revision 121563:
  With the amount of changes I just did, this warrants a major version number increase
  

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

-=-
Modified: DateTime/trunk/CHANGES.txt
===================================================================
--- DateTime/trunk/CHANGES.txt	2011-05-06 18:02:15 UTC (rev 121562)
+++ DateTime/trunk/CHANGES.txt	2011-05-06 18:07:42 UTC (rev 121563)
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-2.13.0 (unreleased)
--------------------
+3.0 (unreleased)
+----------------
 
 - Reordered some calculations in `_calcIndependentSecondEtc` to preserve more
   floating point precision.

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2011-05-06 18:02:15 UTC (rev 121562)
+++ DateTime/trunk/setup.py	2011-05-06 18:07:42 UTC (rev 121563)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages
 
 setup(name='DateTime',
-      version = '2.13.0dev',
+      version = '3.0dev',
       url='http://pypi.python.org/pypi/DateTime',
       license='ZPL 2.1',
       description="""\



More information about the checkins mailing list