Skip to content

Commit 7c17c04

Browse files
committed
docs: Build for v1.0.1 release
1 parent ab2ce69 commit 7c17c04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# -- Global variables
1414

1515
# Builds documentation for the following tags and branches.
16-
TAGS = ["v1.0.0"]
16+
TAGS = ["v1.0.0", "v1.0.1"]
1717
BRANCHES = [
1818
"master",
1919
]
2020
# Sets the latest version.
21-
LATEST_VERSION = "v1.0.0"
21+
LATEST_VERSION = "v1.0.1"
2222
# Set which versions are not released yet.
2323
UNSTABLE_VERSIONS = ["master"]
2424
# Set which versions are deprecated

0 commit comments

Comments
 (0)