diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/migration_09.rst | 4 | ||||
| -rw-r--r-- | doc/build/conf.py | 2 | ||||
| -rw-r--r-- | doc/build/index.rst | 2 | ||||
| -rw-r--r-- | doc/build/orm/session.rst | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index ccc3973c2..82a0e788b 100644 --- a/doc/build/changelog/migration_09.rst +++ b/doc/build/changelog/migration_09.rst @@ -1,12 +1,12 @@ ============================== -What's New in SQLAlchemy 0.8? +What's New in SQLAlchemy 0.9? ============================== .. admonition:: About this Document This document describes changes between SQLAlchemy version 0.8, undergoing maintenance releases as of May, 2013, - and SQLAlchemy version 0., which is expected for release + and SQLAlchemy version 0.9, which is expected for release in late 2013. Document date: May 29, 2013 diff --git a/doc/build/conf.py b/doc/build/conf.py index 23d75e0e3..e7c116c18 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -81,7 +81,7 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors' # built documents. # # The short X.Y version. -version = "0.0" +version = "0.9" # The full version, including alpha/beta/rc tags. release = "0.9.0" diff --git a/doc/build/index.rst b/doc/build/index.rst index cacbf570c..c8ccc430c 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst @@ -11,7 +11,7 @@ A high level view and getting set up. :ref:`Overview <overview>` | :ref:`Installation Guide <installation>` | -:doc:`Migration from 0.7 <changelog/migration_08>` | +:doc:`Migration from 0.8 <changelog/migration_09>` | :doc:`Glossary <glossary>` | :doc:`Changelog catalog <changelog/index>` diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index 6774af2d9..3e35f02cb 100644 --- a/doc/build/orm/session.rst +++ b/doc/build/orm/session.rst @@ -1946,7 +1946,7 @@ Session Utilites .. autofunction:: object_session -.. autofunction:: was_deleted +.. autofunction:: sqlalchemy.orm.util.was_deleted Attribute and State Management Utilities ----------------------------------------- |
