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 7c6984140..65da0a39f 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -13,6 +13,7 @@
.. changelog::
:version: 0.9.0
+ :released: December 30, 2013
.. change::
:tags: bug, orm, declarative
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 467a9c9ae..18186cc88 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -91,9 +91,9 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors'
# The short X.Y version.
version = "0.9"
# The full version, including alpha/beta/rc tags.
-release = "0.9.0b1"
+release = "0.9.0"
-release_date = "October 26, 2013"
+release_date = "December 30, 2013"
site_base = "http://www.sqlalchemy.org"