[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 13 11:54:51 EDT 2010


Log message for revision 113418:
  Bump version

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-06-13 15:53:52 UTC (rev 113417)
+++ Zope/branches/2.12/doc/CHANGES.rst	2010-06-13 15:54:51 UTC (rev 113418)
@@ -5,6 +5,14 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.8 (unreleased)
+-------------------
+
+Bugs Fixed
+++++++++++
+
+
+
 2.12.7 (2010-06-13)
 -------------------
 

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2010-06-13 15:53:52 UTC (rev 113417)
+++ Zope/branches/2.12/setup.py	2010-06-13 15:54:51 UTC (rev 113418)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-    version='2.12.7',
+    version='2.12.8dev',
     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-06-13 15:53:52 UTC (rev 113417)
+++ Zope/branches/2.12/versions.cfg	2010-06-13 15:54:51 UTC (rev 113418)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.7
+Zope2 =
 Acquisition = 2.13.3
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10



More information about the Zope-Checkins mailing list