diff options
-rw-r--r-- | doc/build/changelog/changelog_11.rst | 1 | ||||
-rw-r--r-- | doc/build/conf.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 2b71c799d..fdc9a585a 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -20,6 +20,7 @@ .. changelog:: :version: 1.1.0b1 + :released: June 16, 2016 .. change:: :tags: feature, sql diff --git a/doc/build/conf.py b/doc/build/conf.py index f24fb4a41..8f01adf86 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -140,7 +140,7 @@ version = "1.1" # The full version, including alpha/beta/rc tags. release = "1.1.0b1" -release_date = "not released" +release_date = "June 16, 2016" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |