[Zope-Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.9.

Hanno Schlichting hannosch at hannosch.eu
Tue Jul 13 04:31:23 EDT 2010


Log message for revision 114668:
  Prepare Zope2 2.12.9.

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/setup.py
  U   Zope/branches/2.12/versions.cfg

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2010-07-13 07:38:19 UTC (rev 114667)
+++ Zope/branches/2.12/doc/CHANGES.rst	2010-07-13 08:31:23 UTC (rev 114668)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.12.9 (unreleased)
+2.12.9 (2010-07-13)
 -------------------
 
 Bugs Fixed
@@ -24,8 +24,8 @@
 - Factored out the `Products.ZSQLMethods` into its own distribution. The
   distribution also includes the `Shared.DC.ZRDB` code. The code is no longer
   included in Zope 2.13. If you rely on it, please specify a dependency on
-  the new `Products.ZSQLMethod` distribution. This will only work for code that
-  requires at least Zope 2.12.9.
+  the new `Products.ZSQLMethods` distribution. This will only work for code
+  that requires at least Zope 2.12.9.
 
 - Made both `Shared` and `Shared.DC` namespace packages.
 

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2010-07-13 07:38:19 UTC (rev 114667)
+++ Zope/branches/2.12/setup.py	2010-07-13 08:31:23 UTC (rev 114668)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-    version='2.12.9dev',
+    version='2.12.9',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',

Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg	2010-07-13 07:38:19 UTC (rev 114667)
+++ Zope/branches/2.12/versions.cfg	2010-07-13 08:31:23 UTC (rev 114668)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 =
+Zope2 = 2.12.9
 Acquisition = 2.13.3
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10



More information about the Zope-Checkins mailing list