]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
top level version-specific links
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 23:32:30 +0000 (19:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 23:32:30 +0000 (19:32 -0400)
doc/build/core/tutorial.rst
doc/build/index.rst
doc/build/intro.rst
doc/build/orm/tutorial.rst

index 49029e67ff5c617d16420a96be919d5f9f1a3f2a..cbee2cf88067cfaa4f8a5d21ba566a3f6e0441c9 100644 (file)
@@ -50,13 +50,13 @@ Version Check
 =============
 
 
-A quick check to verify that we are on at least **version 0.7** of SQLAlchemy:
+A quick check to verify that we are on at least **version 0.8** of SQLAlchemy:
 
 .. sourcecode:: pycon+sql
 
     >>> import sqlalchemy
     >>> sqlalchemy.__version__ # doctest:+SKIP
-    0.7.0
+    0.8.0
 
 Connecting
 ==========
index 15e3c712dd9a2b9055966d2edb17cca3a193fb81..a3d8c40e1857ec1693f30b6a0d40ebff42b2475d 100644 (file)
@@ -11,7 +11,7 @@ A high level view and getting set up.
 
 :ref:`Overview <overview>` | 
 :ref:`Installation Guide <installation>` |
-:ref:`Migration from 0.6 <migration>`
+:ref:`Migration from 0.7 <migration>`
 
 SQLAlchemy ORM
 ==============
index b5020b6ee3a10e1a930e480cc5f2bf0e89788236..8563200e985db42806fe9233e087c14009a0946c 100644 (file)
@@ -170,7 +170,7 @@ current list is at :ref:`supported_dbapis`.
 Checking the Installed SQLAlchemy Version
 ------------------------------------------
 
-This documentation covers SQLAlchemy version 0.7. If you're working on a
+This documentation covers SQLAlchemy version 0.8. If you're working on a
 system that already has SQLAlchemy installed, check the version from your
 Python prompt like this:
 
@@ -178,12 +178,12 @@ Python prompt like this:
 
      >>> import sqlalchemy
      >>> sqlalchemy.__version__ # doctest: +SKIP
-     0.7.0
+     0.8.0
 
 .. _migration:
 
-0.6 to 0.7 Migration
+0.7 to 0.8 Migration
 =====================
 
-Notes on what's changed from 0.6 to 0.7 is available on the SQLAlchemy wiki at
-`07Migration <http://www.sqlalchemy.org/trac/wiki/07Migration>`_.
+Notes on what's changed from 0.7 to 0.8 is available on the SQLAlchemy wiki at
+`08Migration <http://www.sqlalchemy.org/trac/wiki/08Migration>`_.
index 6fa77d48f37828f9efb89f7a427ba90471486059..eb22635e1948f5633a87a4cddda2c3cf523f40ab 100644 (file)
@@ -42,11 +42,11 @@ following text represents the expected return value.
 Version Check
 =============
 
-A quick check to verify that we are on at least **version 0.7** of SQLAlchemy::
+A quick check to verify that we are on at least **version 0.8** of SQLAlchemy::
 
     >>> import sqlalchemy
     >>> sqlalchemy.__version__ # doctest:+SKIP
-    0.7.0
+    0.8.0
 
 Connecting
 ==========