summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-05-06 17:15:56 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-05-06 17:15:56 -0400
commit96d8a4acbbecfa699ad28a8441402ea166bc95c6 (patch)
treebc10b0b9e29c7961ab45b7c990453e6ea2b4be72 /doc/build/conf.py
parent18b7224f32bac9f6b41a1afd6288a55f6ffd00b9 (diff)
downloadsqlalchemy-96d8a4acbbecfa699ad28a8441402ea166bc95c6.tar.gz
- 1.4.14rel_1_4_14
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 05a8dd6a4..12402b435 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.13"
+release = "1.4.14"
-release_date = "May 3, 2021"
+release_date = "May 6, 2021"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"