summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-10-19 17:03:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-10-19 17:03:34 -0400
commit9189e3b18c36c39a717d6bf0c697c46ad9761a7a (patch)
tree8addd1f1942d37cafc66588b541b40f2c0819256 /doc/build/conf.py
parentfed48a073c795c67a94a1cef17216f3727f2e364 (diff)
downloadsqlalchemy-9189e3b18c36c39a717d6bf0c697c46ad9761a7a.tar.gz
- 1.4.26rel_1_4_26
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 bc05cff98..169d695d0 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -203,9 +203,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.25"
+release = "1.4.26"
-release_date = "September 22, 2021"
+release_date = "October 19, 2021"
site_base = os.environ.get("RTD_SITE_BASE", "https://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"