diff options
| -rw-r--r-- | doc/build/conf.py | 6 |
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" |
