From 044d951ea46cfa405ad9cae4319d6d44afda527a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 Jul 2021 18:53:27 -0400 Subject: - 1.4.22 --- 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 03a35b4f3..d56d7d914 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.21" +release = "1.4.22" -release_date = "July 14, 2021" +release_date = "July 21, 2021" site_base = os.environ.get("RTD_SITE_BASE", "https://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- cgit v1.2.1