diff options
Diffstat (limited to 'doc/build/conf.py')
-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 f1ebda46e..e19078a87 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -136,11 +136,11 @@ copyright = u'2007-2015, the SQLAlchemy authors and contributors' # built documents. # # The short X.Y version. -version = "1.0" +version = "1.1" # The full version, including alpha/beta/rc tags. -release = "1.0.8" +release = "1.1.0b1" -release_date = "July 22, 2015" +release_date = "not released" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |