[Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.18.
    Hanno Schlichting 
    hannosch at hannosch.eu
       
    Sun May  8 13:21:32 EDT 2011
    
    
  
Log message for revision 121618:
  Prepare Zope2 2.12.18.
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	2011-05-08 17:10:23 UTC (rev 121617)
+++ Zope/branches/2.12/doc/CHANGES.rst	2011-05-08 17:21:31 UTC (rev 121618)
@@ -5,13 +5,9 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.12.18 (unreleased)
+2.12.18 (2011-05-08)
 --------------------
 
-Bugs Fixed
-++++++++++
-
-
 Features
 ++++++++
 
Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2011-05-08 17:10:23 UTC (rev 121617)
+++ Zope/branches/2.12/setup.py	2011-05-08 17:21:31 UTC (rev 121618)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-    version='2.12.18dev',
+    version='2.12.18',
     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	2011-05-08 17:10:23 UTC (rev 121617)
+++ Zope/branches/2.12/versions.cfg	2011-05-08 17:21:31 UTC (rev 121618)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 =
+Zope2 = 2.12.18
 Acquisition = 2.13.7
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10
    
    
More information about the checkins
mailing list