[Zope-Checkins] SVN: Zope/branches/2.9/ tagging 2.9.5

Andreas Jung andreas at andreas-jung.com
Fri Sep 29 02:47:35 EDT 2006


Log message for revision 70432:
  tagging 2.9.5
  

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt
  U   Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.9/inst/versions.py

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2006-09-28 22:03:29 UTC (rev 70431)
+++ Zope/branches/2.9/doc/CHANGES.txt	2006-09-29 06:47:33 UTC (rev 70432)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  Zope 2.9.5 (unreleased)
+  Zope 2.9.5 (2006/10/01)
 
    Bugs fixed
 

Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2006-09-28 22:03:29 UTC (rev 70431)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk	2006-09-29 06:47:33 UTC (rev 70432)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.9.4
+ZOPEVERSION = 2.9.5
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py	2006-09-28 22:03:29 UTC (rev 70431)
+++ Zope/branches/2.9/inst/versions.py	2006-09-29 06:47:33 UTC (rev 70432)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.9'
-ZOPE_MINOR_VERSION  = '4'
+ZOPE_MINOR_VERSION  = '5'
 ZOPE_BRANCH_NAME    = '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade



More information about the Zope-Checkins mailing list