8000 update version constants for 27.2.0a1 release · kubernetes-client/python@1c35281 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c35281

Browse files
committed
update version constants for 27.2.0a1 release
1 parent 469ef55 commit 1c35281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
KUBERNETES_BRANCH = "release-1.27"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "27.0.0+snapshot"
21+
CLIENT_VERSION = "27.2.0a1"
2222

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

0 commit comments

Comments
 (0)
0