From: Mike Bayer Date: Mon, 10 Jul 2017 13:23:28 +0000 (-0400) Subject: - 1.2.0b1 X-Git-Tag: rel_1_2_0b1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6555083d41accf983e5e8045956779c4fbc97a3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.2.0b1 --- 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"