From 93d0a6b1ba3ae81119fd9bf23c96392ed4d540b3 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 16 Mar 2023 14:53:40 -0700 Subject: [PATCH] version: Add missing API feature level bump. This should have been done in 042bbf29364b544997c79e194bd890d56879651e. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index b9df4c0fc0..f7f7f84405 100644 --- a/version.py +++ b/version.py @@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3" # Changes should be accompanied by documentation explaining what the # new level means in api_docs/changelog.md, as well as "**Changes**" # entries in the endpoint's documentation in `zulip.yaml`. -API_FEATURE_LEVEL = 168 +API_FEATURE_LEVEL = 169 # Bump the minor PROVISION_VERSION to indicate that folks should provision # only when going from an old version of the code to a newer version. Bump