diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-19 17:03:34 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-19 17:03:34 -0400 |
commit | 9189e3b18c36c39a717d6bf0c697c46ad9761a7a (patch) | |
tree | 8addd1f1942d37cafc66588b541b40f2c0819256 /doc/build/conf.py | |
parent | fed48a073c795c67a94a1cef17216f3727f2e364 (diff) | |
download | sqlalchemy-9189e3b18c36c39a717d6bf0c697c46ad9761a7a.tar.gz |
- 1.4.26rel_1_4_26
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 4 |
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" |