Skip to content

Commit 58a4469

Browse files
amanagrshowell
authored andcommitted
version: Correct API feature level.
API feature level should have been increased along with zulip#17010 which increased the community topic editing time.
1 parent aafd9ee commit 58a4469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#
2929
# Changes should be accompanied by documentation explaining what the
3030
# new level means in templates/zerver/api/changelog.md.
31-
API_FEATURE_LEVEL = 37
31+
API_FEATURE_LEVEL = 38
3232

3333
# Bump the minor PROVISION_VERSION to indicate that folks should provision
3434
# only when going from an old version of the code to a newer version. Bump

0 commit comments

Comments
 (0)