[Checkins] SVN: DateTime/trunk/ Prepare DateTime 3.0b3.

Hanno Schlichting hannosch at hannosch.eu
Wed Oct 19 08:21:20 EST 2011


Log message for revision 123109:
  Prepare DateTime 3.0b3.

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

-=-
Modified: DateTime/trunk/CHANGES.txt
===================================================================
--- DateTime/trunk/CHANGES.txt	2011-10-19 13:20:38 UTC (rev 123108)
+++ DateTime/trunk/CHANGES.txt	2011-10-19 13:21:20 UTC (rev 123109)
@@ -21,8 +21,8 @@
 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)
+------------------
 
 - Allow comparison of DateTime objects against None.
 

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



More information about the checkins mailing list