From 8fd04b0f0c1f713ff01d87a40013d7279fbee398 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 8 Apr 2025 10:52:37 -0700 Subject: [PATCH] version: Bump major PROVISION_VERSION. Commit 8450f04efc7be1435326bb6ed59b0d7521c45927 (#34317) should have been a major bump. Signed-off-by: Anders Kaseorg --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 83a92ece90..98b033bc15 100644 --- a/version.py +++ b/version.py @@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 377 # Last bumped to sending peer_remove on user deactivati # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (323, 2) # bumped 2025-04-07 to upgrade Python requirements +PROVISION_VERSION = (324, 0) # bumped 2025-04-07 to upgrade Python requirements