[Checkins] SVN: DateTime/trunk/ vb

Hanno Schlichting hannosch at hannosch.eu
Wed Oct 19 08:24:06 EST 2011


Log message for revision 123111:
  vb

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

-=-
Modified: DateTime/trunk/CHANGES.txt
===================================================================
--- DateTime/trunk/CHANGES.txt	2011-10-19 13:21:32 UTC (rev 123110)
+++ DateTime/trunk/CHANGES.txt	2011-10-19 13:24:06 UTC (rev 123111)
@@ -21,6 +21,10 @@
 used in comparing timestamps of file systems - use the time and datetime objects
 from the Python standard library instead.
 
+3.0 (unreleased)
+----------------
+
+
 3.0b3 (2011-10-19)
 ------------------
 

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2011-10-19 13:21:32 UTC (rev 123110)
+++ DateTime/trunk/setup.py	2011-10-19 13:24:06 UTC (rev 123111)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages
 
 setup(name='DateTime',
-      version = '3.0b3',
+      version = '3.0dev',
       url='http://pypi.python.org/pypi/DateTime',
       license='ZPL 2.1',
       description="""\



More information about the checkins mailing list