From: Mike Bayer Date: Mon, 13 Oct 2014 17:10:15 +0000 (-0400) Subject: 0.9.8 X-Git-Tag: rel_0_9_8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff34c480dfd2b8b7c72339d196f5477980a5124c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.9.8 --- 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")