[Zope-Checkins] SVN: Zope/branches/2.12/ svb

Tres Seaver tseaver at palladion.com
Wed Jan 18 22:32:37 UTC 2012


Log message for revision 124080:
  svb

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

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2012-01-18 22:11:23 UTC (rev 124079)
+++ Zope/branches/2.12/doc/CHANGES.rst	2012-01-18 22:32:37 UTC (rev 124080)
@@ -5,6 +5,11 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.23 (unreleased)
+--------------------
+
+- TBD
+
 2.12.22 (2012-01-18)
 --------------------
 

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2012-01-18 22:11:23 UTC (rev 124079)
+++ Zope/branches/2.12/setup.py	2012-01-18 22:32:37 UTC (rev 124080)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-    version='2.12.22',
+    version='2.12.23dev',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list