From 4ea5d303a177a708fb28fee90f6fea2f8f4b1101 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 26 Oct 2013 16:35:23 -0400 Subject: [PATCH] - release 0.9.0b1 --- doc/build/changelog/changelog_08.rst | 1 + doc/build/changelog/changelog_09.rst | 3 ++- doc/build/conf.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index d80a97de4f..7066916faa 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -9,6 +9,7 @@ .. changelog:: :version: 0.8.3 + :released: October 26, 2013 .. change:: :tags: bug, oracle diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index bf9497788b..591a36692c 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -11,6 +11,7 @@ .. changelog:: :version: 0.9.0b1 + :released: October 26, 2013 .. change:: :tags: feature, orm @@ -585,4 +586,4 @@ .. seealso:: - :ref:`migration_2736` \ No newline at end of file + :ref:`migration_2736` diff --git a/doc/build/conf.py b/doc/build/conf.py index f3975a5485..274480a706 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -85,7 +85,7 @@ version = "0.9" # The full version, including alpha/beta/rc tags. release = "0.9.0b1" -release_date = "(not released)" +release_date = "October 26, 2013" site_base = "http://www.sqlalchemy.org" -- 2.47.3