Skip to content

Commit 92d44ab

Browse files
committed
update version constants for 29.0.0b1 release
1 parent 3398396 commit 92d44ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
KUBERNETES_BRANCH = "release-1.29"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "29.0.0a1"
21+
CLIENT_VERSION = "29.0.0b1"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"
2525

2626
# Stage of development, mainly used in setup.py's classifiers.
27-
DEVELOPMENT_STATUS = "3 - Alpha"
27+
DEVELOPMENT_STATUS = "4 - Beta"
2828

2929

3030
# If called directly, return the constant value given

0 commit comments

Comments
 (0)