summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-10-13 13:10:15 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-10-13 13:10:15 -0400
commitff34c480dfd2b8b7c72339d196f5477980a5124c (patch)
treebac6de5d621bc343aec002c875f4fa15810391b5
parent97553f301529dd9d1cbfe884927b53dc2306b10a (diff)
downloadsqlalchemy-ff34c480dfd2b8b7c72339d196f5477980a5124c.tar.gz
-rw-r--r--doc/build/changelog/changelog_09.rst1
-rw-r--r--doc/build/conf.py4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index fd36240f8..8687284e8 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 88f250d60..5c8cf495b 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")