From e6555083d41accf983e5e8045956779c4fbc97a3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 10 Jul 2017 09:23:28 -0400 Subject: [PATCH] - 1.2.0b1 --- doc/build/changelog/changelog_12.rst | 1 + doc/build/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index 34e82504b3..df028a97f8 100644 --- a/doc/build/changelog/changelog_12.rst +++ b/doc/build/changelog/changelog_12.rst @@ -12,6 +12,7 @@ .. changelog:: :version: 1.2.0b1 + :released: July 10, 2017 .. change:: scoped_autocommit :tags: feature, orm diff --git a/doc/build/conf.py b/doc/build/conf.py index 4ed163dc6c..b50cfb8f8a 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -107,7 +107,7 @@ version = "1.2" # The full version, including alpha/beta/rc tags. release = "1.2.0b1" -release_date = None +release_date = "July 10, 2017" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- 2.47.3