Skip to content

Commit 55cc528

Browse files
Updated CAB versions. (#491)
1 parent f48869e commit 55cc528

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

djangosnippets/settings/base.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ def user_url(user):
122122
COMMENTS_APP = "cab"
123123

124124
CAB_VERSIONS = (
125+
# ("5.2", "5.2"),
126+
("5.1", "5.1"),
127+
("5.0", "5.0"),
128+
("4.2", "4.2"),
129+
("4.1", "4.1"),
130+
("4.0", "4.0"),
125131
("3.2", "3.2"),
126132
("3.1", "3.1"),
127133
("3.0", "3.0"),

0 commit comments

Comments
 (0)