From ff34c480dfd2b8b7c72339d196f5477980a5124c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 13 Oct 2014 13:10:15 -0400 Subject: [PATCH] 0.9.8 --- doc/build/changelog/changelog_09.rst | 1 + doc/build/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index fd36240f80..8687284e80 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -12,6 +12,7 @@ .. changelog:: :version: 0.9.8 + :released: October 13, 2014 .. change:: :tags: bug, mysql, mysqlconnector diff --git a/doc/build/conf.py b/doc/build/conf.py index 88f250d605..5c8cf495bf 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.7" +release = "0.9.8" -release_date = "July 22, 2014" +release_date = "October 13, 2014" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") -- 2.47.3