[Checkins] SVN: zopetoolkit/trunk/source/ Fix version numbers of upcoming 1.0 release.

Martijn Faassen faassen at startifact.com
Mon Aug 31 14:49:25 EDT 2009


Log message for revision 103422:
  Fix version numbers of upcoming 1.0 release.
  

Changed:
  U   zopetoolkit/trunk/source/conf.py
  U   zopetoolkit/trunk/source/migration/34to35.rst
  U   zopetoolkit/trunk/source/process/tools.rst

-=-
Modified: zopetoolkit/trunk/source/conf.py
===================================================================
--- zopetoolkit/trunk/source/conf.py	2009-08-31 18:45:10 UTC (rev 103421)
+++ zopetoolkit/trunk/source/conf.py	2009-08-31 18:49:25 UTC (rev 103422)
@@ -49,9 +49,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '3.5'
+version = '1.0'
 # The full version, including alpha/beta/rc tags.
-release = '3.5'
+release = '1.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

Modified: zopetoolkit/trunk/source/migration/34to35.rst
===================================================================
--- zopetoolkit/trunk/source/migration/34to35.rst	2009-08-31 18:45:10 UTC (rev 103421)
+++ zopetoolkit/trunk/source/migration/34to35.rst	2009-08-31 18:49:25 UTC (rev 103422)
@@ -1,15 +1,18 @@
-Migrating from Zope 3.4 to Zope Toolkit 3.5
+Migrating from Zope 3.4 to Zope Toolkit 1.0
 ===========================================
 
+Note: this document is out of date. The idea is now to consult the
+CHANGES.txt of the individual releases.
+
 This document covers major changes from the Zope 3.4 release to the
-Zope Toolkit 3.5 release that can lead to backward-incompatibilities.
+Zope Toolkit 1.0 release that can lead to backward-incompatibilities.
 
 .. contents::
 
 Introduction
 ------------
 
-The Zope Toolkit 3.5 release is the first release of the Zope
+The Zope Toolkit 1.0 release is the first release of the Zope
 Toolkit. The Zope Toolkit really is just a collection of libraries
 managed together by the Zope developers. We typically treat each
 library independently, so you would like to look at the CHANGES.txt in
@@ -21,7 +24,7 @@
 would install a toolkit or application that makes use of these
 libraries. The Zope project itself manages Zope 3, Zope 2, or Grok.
 
-The 3.5 release of the Zope Toolkit contains a number of
+The 1.0 release of the Zope Toolkit contains a number of
 refactorings that are aimed to clean up dependencies between pieces of
 code. Many packages in ``zope.app`` have had their code moved to
 existing or newly created packages in the ``zope`` namespace. These
@@ -215,7 +218,7 @@
 ZODB 3.9 FileStorage native blob support
 ----------------------------------------
 
-The FileStorage component of ZODB 3.9 used in Zope Toolkit 3.5 now
+The FileStorage component of ZODB 3.9 used in Zope Toolkit 1.0 now
 supports blobs natively, so you don't need to use BlobStorage proxy
 for it anymore.
 

Modified: zopetoolkit/trunk/source/process/tools.rst
===================================================================
--- zopetoolkit/trunk/source/process/tools.rst	2009-08-31 18:45:10 UTC (rev 103421)
+++ zopetoolkit/trunk/source/process/tools.rst	2009-08-31 18:49:25 UTC (rev 103422)
@@ -5,7 +5,7 @@
     a buildbot run by POV that monitors the KGS for Zope 3.4
 
 http://zope3.afpy.org/buildbot/
-    a buildbot for Zope 3.5 KGS, which is the development version at the moment
+    a buildbot for Zope 1.0 KGS, which is the development version at the moment
 
 http://zope.buildbot.securactive.org/
     a buildbot run by SecurActive SA that monitors the trunk of zope.release



More information about the checkins mailing list