[Checkins] SVN: zope.publisher/trunk/ prepare for 3.12.2 release.

Kevin Teague kevin at bud.ca
Fri Apr 16 17:31:50 EDT 2010


Log message for revision 111007:
  prepare for 3.12.2 release.

Changed:
  U   zope.publisher/trunk/CHANGES.txt
  U   zope.publisher/trunk/setup.py

-=-
Modified: zope.publisher/trunk/CHANGES.txt
===================================================================
--- zope.publisher/trunk/CHANGES.txt	2010-04-16 21:19:22 UTC (rev 111006)
+++ zope.publisher/trunk/CHANGES.txt	2010-04-16 21:31:49 UTC (rev 111007)
@@ -1,10 +1,10 @@
 CHANGES
 =======
 
-3.12.2 (unreleased)
+3.12.2 (2010-04-16)
 -------------------
 
-- Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.
+- Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest'.
 
 - Fixed bug where xml-rpc requests would hang when served using
   paster.httpserver.

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2010-04-16 21:19:22 UTC (rev 111006)
+++ zope.publisher/trunk/setup.py	2010-04-16 21:31:49 UTC (rev 111007)
@@ -28,7 +28,7 @@
 """
 
 setup(name='zope.publisher',
-      version = '3.12.2dev',
+      version = '3.12.2',
       url='http://pypi.python.org/pypi/zope.publisher',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the checkins mailing list