[Checkins] SVN: DateTime/trunk/ Prepare DateTime 2.12.1.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 09:39:31 EDT 2010


Log message for revision 111615:
  Prepare DateTime 2.12.1.

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

-=-
Modified: DateTime/trunk/CHANGES.txt
===================================================================
--- DateTime/trunk/CHANGES.txt	2010-04-30 13:36:09 UTC (rev 111614)
+++ DateTime/trunk/CHANGES.txt	2010-04-30 13:39:30 UTC (rev 111615)
@@ -1,10 +1,10 @@
 Changelog
 =========
 
-2.12.1 (unreleased)
+2.12.1 (2010-04-30)
 -------------------
 
-- Remove an undeclared testing dependency on zope.testing.doctest in favor of
+- Removed an undeclared testing dependency on zope.testing.doctest in favor of
   the standard libraries doctest module.
 
 - Added a maximum version requirement on pytz <= 2010b. Later versions produce

Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2010-04-30 13:36:09 UTC (rev 111614)
+++ DateTime/trunk/setup.py	2010-04-30 13:39:30 UTC (rev 111615)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages
 
 setup(name='DateTime',
-      version = '2.12.1dev',
+      version = '2.12.1',
       url='http://pypi.python.org/pypi/DateTime',
       license='ZPL 2.1',
       description="""\



More information about the checkins mailing list