From 9f5ca21791fb6765f4b9a5a0acfe660b1ee55cf4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 15 Apr 2021 10:19:32 -0400 Subject: - 1.4.8 --- 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 e33fca289..6ff956090 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -195,9 +195,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.7" +release = "1.4.8" -release_date = "April 9, 2021" +release_date = "April 15, 2021" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" -- cgit v1.2.1