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

Hanno Schlichting hannosch at hannosch.eu
Sun May 8 10:33:38 EDT 2011


Log message for revision 121598:
  Prepare DateTime 3.0a2.

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

-=-
Modified: DateTime/trunk/CHANGES.txt
===================================================================
--- DateTime/trunk/CHANGES.txt	2011-05-08 14:31:42 UTC (rev 121597)
+++ DateTime/trunk/CHANGES.txt	2011-05-08 14:33:37 UTC (rev 121598)
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-3.0 (unreleased)
-----------------
+3.0a2 (2011-05-07)
+------------------
 
 - Added back support for reading old DateTime pickles without a `_micros` value.
 

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2011-05-08 14:31:42 UTC (rev 121597)
+++ DateTime/trunk/setup.py	2011-05-08 14:33:37 UTC (rev 121598)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages
 
 setup(name='DateTime',
-      version = '3.0dev',
+      version = '3.0a2',
       url='http://pypi.python.org/pypi/DateTime',
       license='ZPL 2.1',
       description="""\



More information about the checkins mailing list