[Checkins] SVN: DateTime/trunk/ vb

Hanno Schlichting hannosch at hannosch.eu
Wed Oct 19 04:43:06 EST 2011


Log message for revision 123107:
  vb

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

-=-
Modified: DateTime/trunk/CHANGES.txt
===================================================================
--- DateTime/trunk/CHANGES.txt	2011-10-19 09:42:37 UTC (rev 123106)
+++ DateTime/trunk/CHANGES.txt	2011-10-19 09:43:06 UTC (rev 123107)
@@ -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.0b2 (2011-10-19)
 ------------------
 

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2011-10-19 09:42:37 UTC (rev 123106)
+++ DateTime/trunk/setup.py	2011-10-19 09:43:06 UTC (rev 123107)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages
 
 setup(name='DateTime',
-      version = '3.0b2',
+      version = '3.0dev',
       url='http://pypi.python.org/pypi/DateTime',
       license='ZPL 2.1',
       description="""\



More information about the checkins mailing list