[Zope-Checkins] SVN: Zope/branches/2.12/ preparing 2.12.0 release

Andreas Jung andreas at andreas-jung.com
Wed Sep 30 05:54:24 EDT 2009


Log message for revision 104644:
  preparing 2.12.0 release
  

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

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2009-09-30 09:51:36 UTC (rev 104643)
+++ Zope/branches/2.12/doc/CHANGES.rst	2009-09-30 09:54:23 UTC (rev 104644)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-Zope 2.12.0 final  (unreleased)
+Zope 2.12.0 final  (2009/10/01)
 -------------------------------
 
 Features Added

Modified: Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-09-30 09:51:36 UTC (rev 104643)
+++ Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-09-30 09:54:23 UTC (rev 104644)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.0c1
+ZOPEVERSION = 2.12.0-final
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.12/inst/versions.py
===================================================================
--- Zope/branches/2.12/inst/versions.py	2009-09-30 09:51:36 UTC (rev 104643)
+++ Zope/branches/2.12/inst/versions.py	2009-09-30 09:54:23 UTC (rev 104644)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'c1'
+VERSION_RELEASE_TAG = 'final'

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2009-09-30 09:51:36 UTC (rev 104643)
+++ Zope/branches/2.12/setup.py	2009-09-30 09:54:23 UTC (rev 104644)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.0c1',
+    version='2.12.0',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',



More information about the Zope-Checkins mailing list