Skip to content

Commit 22c0859

Browse files
committed
Add 5.x to version picker.
1 parent 1d45acd commit 22c0859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
# Other versions that display in the version picker menu.
2020
version_list = [
21+
{'name': '5.x', 'number': '5', 'title': '5.x Book'},
2122
{'name': '4.x', 'number': '4', 'title': '4.x Book'},
2223
{'name': '3.x', 'number': '3', 'title': '3.x Book'},
2324
{'name': '2.x', 'number': '2', 'title': '2.x Book'},

0 commit comments

Comments
 (0)