From d4bf75c7f6faaf5a65e79aea894cdec9fb27c670 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 24 Apr 2012 13:07:56 -0400 Subject: [PATCH] update doc version --- doc/build/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.47.3