From d59cf4eb3f98f4a309693d2d3e128ea142e197a6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 16 Jun 2016 15:02:10 -0400 Subject: [PATCH] 1.1.0b1 --- doc/build/changelog/changelog_11.rst | 1 + doc/build/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 2b71c799d2..fdc9a585a9 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 f24fb4a41e..8f01adf866 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" -- 2.47.2