[Zope-Checkins] SVN: Zope/branches/2.12/ vb
Hanno Schlichting
hannosch at hannosch.eu
Sun Feb 6 09:59:10 EST 2011
Log message for revision 120139:
vb
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-02-06 14:58:19 UTC (rev 120138)
+++ Zope/branches/2.12/doc/CHANGES.rst 2011-02-06 14:59:09 UTC (rev 120139)
@@ -5,6 +5,13 @@
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
+2.12.16 (unreleased)
+--------------------
+
+Bugs Fixed
+++++++++++
+
+
2.12.15 (2011-02-06)
--------------------
Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py 2011-02-06 14:58:19 UTC (rev 120138)
+++ Zope/branches/2.12/setup.py 2011-02-06 14:59:09 UTC (rev 120139)
@@ -16,7 +16,7 @@
from setuptools import setup, find_packages, Extension
setup(name='Zope2',
- version='2.12.15',
+ version='2.12.16dev',
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-02-06 14:58:19 UTC (rev 120138)
+++ Zope/branches/2.12/versions.cfg 2011-02-06 14:59:09 UTC (rev 120139)
@@ -2,7 +2,7 @@
versions = versions
[versions]
-Zope2 = 2.12.15
+Zope2 =
Acquisition = 2.13.5
buildout.dumppickedversions = 0.4
ClientForm = 0.2.10
More information about the Zope-Checkins
mailing list