From 8d740d6bd6b8bcc061713443120c67e611cdcb34 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 19 Jun 2017 10:42:56 -0400 Subject: [PATCH] - 1.1.11 --- doc/build/changelog/changelog_11.rst | 1 + doc/build/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 5d152dc528..0abf4fb4e3 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -20,6 +20,7 @@ .. changelog:: :version: 1.1.11 + :released: Monday, June 19, 2017 .. change:: 4011 :tags: bug, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 099cd26e21..50615476cf 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -107,9 +107,9 @@ copyright = u'2007-2017, the SQLAlchemy authors and contributors' # The short X.Y version. version = "1.1" # The full version, including alpha/beta/rc tags. -release = "1.1.10" +release = "1.1.11" -release_date = "May 19, 2017" +release_date = "June 19, 2017" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- 2.47.2