summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-04-24 13:07:56 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-04-24 13:07:56 -0400
commitd4bf75c7f6faaf5a65e79aea894cdec9fb27c670 (patch)
tree53c11d02ee0604a80ee61423336aa794b3649e13
parent503bddc879e12256fe8d94b39e675e44421f66a7 (diff)
downloadsqlalchemy-d4bf75c7f6faaf5a65e79aea894cdec9fb27c670.tar.gz
update doc version
-rw-r--r--doc/build/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index bcfb43f90..1175028c9 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -62,11 +62,11 @@ copyright = u'2007-2012, the SQLAlchemy authors and contributors'
# built documents.
#
# The short X.Y version.
-version = "0.7"
+version = "0.8"
# The full version, including alpha/beta/rc tags.
-release = "0.7.6"
+release = "0.8.0b1"
-release_date = "March 14, 2012"
+release_date = "unreleased"
site_base = "http://www.sqlalchemy.org"