diff options
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 54ce3e492..7dfb3ce7f 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -108,7 +108,7 @@ version = "1.0" # The full version, including alpha/beta/rc tags. release = "1.0.0b1" -release_date = "Not released" +release_date = "March 13, 2015" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |