summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-04-09 13:07:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-04-09 13:07:59 -0400
commitee40b4bd2acb68b00e75cda1bc40f9c47965be34 (patch)
tree443ede1ca568e3bb6c860ed0c94f69e62be94a64 /doc/build/conf.py
parentdf53e150fd12bfb3177e8db3836fe5afd11559ba (diff)
downloadsqlalchemy-ee40b4bd2acb68b00e75cda1bc40f9c47965be34.tar.gz
- 1.4.7rel_1_4_7
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 846734fd4..e33fca289 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.6"
+release = "1.4.7"
-release_date = "April 6, 2021"
+release_date = "April 9, 2021"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"