summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-03-14 21:23:09 -0700
committerMike Bayer <mike_mp@zzzcomputing.com>2012-03-14 21:23:09 -0700
commitbd85bcc0cf1353ebec648ab294bfb407745d8c82 (patch)
tree61bad21c27026ce68336fb0407cc4fe8825fc760 /doc
parent101cde7894a9eadc3c8cc3a855a94da390c4ac39 (diff)
downloadsqlalchemy-bd85bcc0cf1353ebec648ab294bfb407745d8c82.tar.gz
0.7.6 releaserel_0_7_6
Diffstat (limited to 'doc')
-rw-r--r--doc/build/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 750fea5a2..bcfb43f90 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -64,9 +64,9 @@ copyright = u'2007-2012, the SQLAlchemy authors and contributors'
# The short X.Y version.
version = "0.7"
# The full version, including alpha/beta/rc tags.
-release = "0.7.5"
+release = "0.7.6"
-release_date = "January 28, 2012"
+release_date = "March 14, 2012"
site_base = "http://www.sqlalchemy.org"