summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")