From e3ce7ee2ee5b647416654763bd0c8c781b88d79f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 28 Jun 2021 16:29:28 -0400 Subject: - 1.4.20 --- doc/build/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/build/conf.py') diff --git a/doc/build/conf.py b/doc/build/conf.py index 8dd41a92f..b7ef6d43b 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -196,9 +196,9 @@ copyright = u"2007-2021, the SQLAlchemy authors and contributors" # noqa # The short X.Y version. version = "1.4" # The full version, including alpha/beta/rc tags. -release = "1.4.19" +release = "1.4.20" -release_date = "June 22, 2021" +release_date = "June 28, 2021" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- cgit v1.2.1