[Zope-Checkins] SVN: Zope/trunk/ Update version after release

Hanno Schlichting plone at hannosch.info
Sun Apr 19 15:01:46 EDT 2009


Log message for revision 99293:
  Update version after release

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/doc/conf.py
  U   Zope/trunk/inst/WinBuilders/mk/zope.mk
  U   Zope/trunk/inst/versions.py
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2009-04-19 18:57:30 UTC (rev 99292)
+++ Zope/trunk/doc/CHANGES.rst	2009-04-19 19:01:46 UTC (rev 99293)
@@ -6,12 +6,9 @@
 file HISTORY.txt.
 
 
-2.12.0a3 (2009-04-19)
----------------------
+trunk (unreleased)
+------------------
 
-The generated tarball for the 2.12.0a2 source release was incomplete, due to
-a setuptools and Subversion 1.6 incompatibility.
-
 Known issues
 ++++++++++++
 
@@ -26,6 +23,20 @@
 Restructuring
 +++++++++++++
 
+
+Bugs Fixed
+++++++++++
+
+
+2.12.0a3 (2009-04-19)
+---------------------
+
+The generated tarball for the 2.12.0a2 source release was incomplete, due to
+a setuptools and Subversion 1.6 incompatibility.
+
+Restructuring
++++++++++++++
+
 - Added automatic inline migration for databases created with older Zope
   versions. The `Versions` screen from the `Control_Panel` is now
   automatically removed on Zope startup.

Modified: Zope/trunk/doc/conf.py
===================================================================
--- Zope/trunk/doc/conf.py	2009-04-19 18:57:30 UTC (rev 99292)
+++ Zope/trunk/doc/conf.py	2009-04-19 19:01:46 UTC (rev 99293)
@@ -51,7 +51,7 @@
 # The short X.Y version.
 version = '2.12.0'
 # The full version, including alpha/beta/rc tags.
-release = '2.12.0a3'
+release = '2.12.0a4'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: Zope/trunk/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/trunk/inst/WinBuilders/mk/zope.mk	2009-04-19 18:57:30 UTC (rev 99292)
+++ Zope/trunk/inst/WinBuilders/mk/zope.mk	2009-04-19 19:01:46 UTC (rev 99293)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.0a3
+ZOPEVERSION = 2.12.0a4
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/trunk/inst/versions.py
===================================================================
--- Zope/trunk/inst/versions.py	2009-04-19 18:57:30 UTC (rev 99292)
+++ Zope/trunk/inst/versions.py	2009-04-19 19:01:46 UTC (rev 99293)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'a3'
+VERSION_RELEASE_TAG = 'a4'

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2009-04-19 18:57:30 UTC (rev 99292)
+++ Zope/trunk/setup.py	2009-04-19 19:01:46 UTC (rev 99293)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.0a3',
+    version='2.12.0a4.dev',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list