summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-04-06 18:59:01 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-04-06 18:59:01 -0400
commit2a74994fc7d82753e565780386dfeb8a4909813a (patch)
tree827a6f534848c658c2e0bc603e9e2fcc91a77e5b /doc/build/conf.py
parent15b62fd20b47d8da0f095150283f24cb1ea7fb0b (diff)
downloadsqlalchemy-2a74994fc7d82753e565780386dfeb8a4909813a.tar.gz
- 1.4.6rel_1_4_6
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 020f61d8b..846734fd4 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.5"
+release = "1.4.6"
-release_date = "April 2, 2021"
+release_date = "April 6, 2021"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"