summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-02-03 18:15:11 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-02-03 18:15:11 -0500
commit1f9738acf30a279f52b7d0b447a379ab84beefd6 (patch)
tree88697bbc51477c806f6610119c0a7d8173bc13c6 /doc/build/conf.py
parenta7522b93c7782ae7cecbabb510682fa5f3b9fd33 (diff)
downloadsqlalchemy-1f9738acf30a279f52b7d0b447a379ab84beefd6.tar.gz
- 1.4.0b2rel_1_4_0b2
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 511cfbd9c..bc734bfc6 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -193,9 +193,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.0b1"
+release = "1.4.0b2"
-release_date = "November 2, 2020"
+release_date = "February 3, 2021"
site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"