Skip to content

Commit 846c20f

Browse files
committed
Set is_latest_release to False
1 parent 7423e9d commit 846c20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_variables/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# The short X.Y version
1818
version = '4.11'
19-
is_latest_release = True
19+
is_latest_release = False
2020

2121
# The full version, including alpha/beta/rc tags
2222
# Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0)

0 commit comments

Comments
 (0)