summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-11-15 13:42:48 +0200
committerGitHub <noreply@github.com>2021-11-15 13:42:48 +0200
commitc02d7209be5aeefe27c7ac2e740dafc4d969ec47 (patch)
tree14ef94c6bbd3ee341d790ae56ec6df008ce413f0 /docs
parent9235a72fa6545a9586e42d0a46f2f72b34fab1db (diff)
downloadredis-py-c02d7209be5aeefe27c7ac2e740dafc4d969ec47.tar.gz
4.0.0 (#1708)v4.0.0
* 4.0.0
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ff37119..f497e3d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -46,14 +46,15 @@ master_doc = "index"
# General information about the project.
project = "redis-py"
-copyright = "2021, Redis Inc."
+copyright = "2021, Redis Inc"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = "4.0.9"
+version = "4.0"
+
# The full version, including alpha/beta/rc tags.
release = "4.0.0"