From: Mike Bayer Date: Tue, 24 Apr 2012 17:07:56 +0000 (-0400) Subject: update doc version X-Git-Tag: rel_0_8_0b1~460 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4bf75c7f6faaf5a65e79aea894cdec9fb27c670;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update doc version --- diff --git a/doc/build/conf.py b/doc/build/conf.py index bcfb43f909..1175028c91 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"