From 1239cf2c0a428fd54aea0c40992946256012ccfb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 22 Jul 2014 16:56:22 -0400 Subject: [PATCH] 0.9.7 --- doc/build/changelog/changelog_08.rst | 1 + doc/build/changelog/changelog_09.rst | 2 +- doc/build/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 817090ae63..002eaf7044 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -10,6 +10,7 @@ .. changelog:: :version: 0.8.7 + :released: July 22, 2014 .. change:: :tags: bug, mssql diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 441d251634..15899fb7a1 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -12,7 +12,7 @@ .. changelog:: :version: 0.9.7 - :released: + :released: July 22, 2014 .. change:: :tags: bug, postgresql, pg8000 diff --git a/doc/build/conf.py b/doc/build/conf.py index 00d4d2df3e..88f250d605 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -92,9 +92,9 @@ copyright = u'2007-2014, the SQLAlchemy authors and contributors' # The short X.Y version. version = "0.9" # The full version, including alpha/beta/rc tags. -release = "0.9.6" +release = "0.9.7" -release_date = "June 23, 2014" +release_date = "July 22, 2014" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") -- 2.47.3