From b3f16a6e3fd42bdf63d5b84668d3151704bfc7c2 Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Tue, 31 Jan 2023 05:28:15 +0000 Subject: [PATCH] update version constants for 26.1.0b1 release --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index 0f7db1b35..00e898b8a 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,13 +18,13 @@ import sys KUBERNETES_BRANCH = "release-1.26" # client version for packaging and releasing. -CLIENT_VERSION = "26.1.0a1" +CLIENT_VERSION = "26.1.0b1" # Name of the release package PACKAGE_NAME = "kubernetes" # Stage of development, mainly used in setup.py's classifiers. -DEVELOPMENT_STATUS = "3 - Alpha" +DEVELOPMENT_STATUS = "4 - Beta" # If called directly, return the constant value given