We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2ce69 commit 7c17c04Copy full SHA for 7c17c04
1 file changed
docs/source/conf.py
@@ -13,12 +13,12 @@
13
# -- Global variables
14
15
# Builds documentation for the following tags and branches.
16
-TAGS = ["v1.0.0"]
+TAGS = ["v1.0.0", "v1.0.1"]
17
BRANCHES = [
18
"master",
19
]
20
# Sets the latest version.
21
-LATEST_VERSION = "v1.0.0"
+LATEST_VERSION = "v1.0.1"
22
# Set which versions are not released yet.
23
UNSTABLE_VERSIONS = ["master"]
24
# Set which versions are deprecated
0 commit comments