summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-02-19 23:01:40 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-02-19 23:01:40 -0500
commitb2fd85b7d5aa364dea11bae458e031251f1b50f5 (patch)
tree4340abd239cffe03d423588f0ae0c5d2d7957f4b
parenta4f1d2ec6e809b9bb6df610f70bb74e38262cfac (diff)
downloadsqlalchemy-b2fd85b7d5aa364dea11bae458e031251f1b50f5.tar.gz
0.9.3
-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 a99032aa0..235b5c4e5 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -13,6 +13,7 @@
.. changelog::
:version: 0.9.3
+ :released: February 19, 2014
.. change::
:tags: orm, bug, sqlite
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 8a486c1af..28fcd1433 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.2"
+release = "0.9.3"
-release_date = "February 2, 2014"
+release_date = "February 19, 2014"
site_base = "http://www.sqlalchemy.org"