From a37ab51621dcb08c5943cdc3eaeaae30af1e3bed Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 4 Oct 2022 15:32:25 -0700 Subject: [PATCH] version: Bump PROVISION_VERSION for emoji updates. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 5c4fc65c7d..ebf8c7a59d 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 150 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (201, 0) +PROVISION_VERSION = (202, 0)