[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version
Hanno Schlichting
hannosch at hannosch.eu
Fri Apr 23 19:13:55 EDT 2010
Log message for revision 111327:
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-04-23 23:12:00 UTC (rev 111326)
+++ Zope/branches/2.12/doc/CHANGES.rst 2010-04-23 23:13:55 UTC (rev 111327)
@@ -5,6 +5,17 @@
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
+2.12.6 (unreleased)
+-------------------
+
+Features Added
+++++++++++++++
+
+
+Bugs Fixed
+++++++++++
+
+
2.12.5 (2010-04-24)
-------------------
Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py 2010-04-23 23:12:00 UTC (rev 111326)
+++ Zope/branches/2.12/setup.py 2010-04-23 23:13:55 UTC (rev 111327)
@@ -19,7 +19,7 @@
EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
params = dict(name='Zope2',
- version='2.12.5',
+ version='2.12.6dev',
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-04-23 23:12:00 UTC (rev 111326)
+++ Zope/branches/2.12/versions.cfg 2010-04-23 23:13:55 UTC (rev 111327)
@@ -2,7 +2,7 @@
versions = versions
[versions]
-Zope2 = 2.12.5
+Zope2 =
Acquisition = 2.13.3
ClientForm = 0.2.10
DateTime = 2.12.0
More information about the Zope-Checkins
mailing list