diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-28 16:29:28 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-28 16:29:28 -0400 |
commit | e3ce7ee2ee5b647416654763bd0c8c781b88d79f (patch) | |
tree | 7a766c8a8a1a4817a12b1abb67fc44da148d9620 /doc/build/conf.py | |
parent | f7f1d565cc764aeef56fe0e47536b90e26c2138b (diff) | |
download | sqlalchemy-e3ce7ee2ee5b647416654763bd0c8c781b88d79f.tar.gz |
- 1.4.20rel_1_4_20
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 8dd41a92f..b7ef6d43b 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -196,9 +196,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.19" +release = "1.4.20" -release_date = "June 22, 2021" +release_date = "June 28, 2021" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |