[Zope-Checkins] SVN: Zope/branches/2.9/ zope 2.9.1
Andreas Jung
andreas at andreas-jung.com
Fri Feb 24 11:52:35 EST 2006
Log message for revision 41774:
zope 2.9.1
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-02-24 16:16:00 UTC (rev 41773)
+++ Zope/branches/2.9/doc/CHANGES.txt 2006-02-24 16:52:35 UTC (rev 41774)
@@ -14,7 +14,7 @@
to the rules for such a type laid out in the Python docs:
http://docs.python.org/api/supporting-cycle-detection.html
- after 2.9.0
+ Zope 2.9.1 (2006/02/25)
Bugs fixed
Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-02-24 16:16:00 UTC (rev 41773)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-02-24 16:52:35 UTC (rev 41774)
@@ -1,4 +1,4 @@
-ZOPEVERSION := 2.9.0
+ZOPEVERSION := 2.9.1
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-02-24 16:16:00 UTC (rev 41773)
+++ Zope/branches/2.9/inst/versions.py 2006-02-24 16:52:35 UTC (rev 41774)
@@ -1,5 +1,5 @@
ZOPE_MAJOR_VERSION = '2.9'
-ZOPE_MINOR_VERSION = '0'
+ZOPE_MINOR_VERSION = '1'
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