From: Mike Bayer Date: Sat, 26 Oct 2013 20:35:23 +0000 (-0400) Subject: - release 0.9.0b1 X-Git-Tag: rel_0_9_0b1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ea5d303a177a708fb28fee90f6fea2f8f4b1101;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - release 0.9.0b1 --- 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"