summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-12-30 18:31:33 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-12-30 18:31:33 -0500
commitf00657fa8a3a484d3a9207c67c0a1d20ab8313bb (patch)
tree06834bc232c55ac5d47c7b16f49eefcd629554e9
parentd88d7554256347b7b2bed7e5c3396a50292afe1c (diff)
downloadsqlalchemy-f00657fa8a3a484d3a9207c67c0a1d20ab8313bb.tar.gz
- 0.9.0 release daterel_0_9_0
-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"