Skip to content

Commit 426600e

Browse files
authored
Merge pull request #2480 from amnonh/set_4_9_latest
conf.py set 4.9 is the latest branch
2 parents a7c722f + d613fd5 commit 426600e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
TAGS = []
1414
BRANCHES = ['master', 'branch-3.4', 'branch-3.5', 'branch-3.6', 'branch-3.7', 'branch-3.8', 'branch-3.9', 'branch-3.10', 'branch-4.0', 'branch-4.1', 'branch-4.2', 'branch-4.3', 'branch-4.4', 'branch-4.5', 'branch-4.6', 'branch-4.7', 'branch-4.8', 'branch-4.9']
1515
# Set the latest version.
16-
LATEST_VERSION = 'branch-4.8'
16+
LATEST_VERSION = 'branch-4.9'
1717
# Set which versions are not released yet.
18-
UNSTABLE_VERSIONS = ['master', 'branch-4.9']
18+
UNSTABLE_VERSIONS = ['master']
1919
# Set which versions are deprecated
2020
DEPRECATED_VERSIONS = []
2121

0 commit comments

Comments
 (0)