From 965b34fa32f5266ca0fd8e40ae259e2957d50534 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 29 May 2013 22:37:36 -0400 Subject: [PATCH] - fix up 0.9 links --- .gitignore | 2 +- doc/build/changelog/migration_09.rst | 4 ++-- doc/build/conf.py | 2 +- doc/build/index.rst | 2 +- doc/build/orm/session.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 818480b38f..5fe72b527b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.pyc /build/ /dist/ -/docs/build/output/ +/doc/build/output/ /dogpile_data/ *.orig tox.ini diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst index ccc3973c25..82a0e788bd 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 23d75e0e38..e7c116c18f 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 cacbf570c5..c8ccc430c1 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 ` | :ref:`Installation Guide ` | -:doc:`Migration from 0.7 ` | +:doc:`Migration from 0.8 ` | :doc:`Glossary ` | :doc:`Changelog catalog ` diff --git a/doc/build/orm/session.rst b/doc/build/orm/session.rst index 6774af2d94..3e35f02cb2 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 ----------------------------------------- -- 2.47.3