Skip to content

Commit 0a04a77

Browse files
committed
set the version to 4.0.0
(cherry picked from commit 5800996)
1 parent fce4183 commit 0a04a77

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,7 +13,7 @@
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']
1515
# Set the latest version.
16-
LATEST_VERSION = 'branch-3.10'
16+
LATEST_VERSION = 'branch-4.0'
1717
# Set which versions are not released yet.
1818
UNSTABLE_VERSIONS = ['master']
1919
# Set which versions are deprecated
@@ -51,7 +51,7 @@
5151
# The name of the Pygments (syntax highlighting) style to use.
5252
pygments_style = 'sphinx'
5353

54-
current_version = "3.10.0"
54+
current_version = "4.0.0"
5555
res = ""
5656
if os.path.isfile('../../CURRENT_VERSION.sh'):
5757
with open('../../CURRENT_VERSION.sh', 'r') as file:

0 commit comments

Comments
 (0)