diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-22 21:22:33 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-06-22 21:22:33 -0400 |
| commit | acbc5e824130ae2944defde655a2c437a711ce6b (patch) | |
| tree | 54e2bee9e4c543f1d313501acac98f5691c18658 /doc/build/conf.py | |
| parent | 2f875a4b7925742b53dd8cfda1476f7f30a18f5d (diff) | |
| download | sqlalchemy-acbc5e824130ae2944defde655a2c437a711ce6b.tar.gz | |
- 1.4.19rel_1_4_19
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 c63491f06..e8e00d1d6 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.18" +release = "1.4.19" -release_date = "June 10, 2021" +release_date = "June 22, 2021" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako" |
