We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d14e9f commit b374f2eCopy full SHA for b374f2e
scripts/constants.py
@@ -18,13 +18,13 @@
18
KUBERNETES_BRANCH = "release-1.34"
19
20
# client version for packaging and releasing.
21
-CLIENT_VERSION = "34.1.0b1"
+CLIENT_VERSION = "34.1.0"
22
23
# Name of the release package
24
PACKAGE_NAME = "kubernetes"
25
26
# Stage of development, mainly used in setup.py's classifiers.
27
-DEVELOPMENT_STATUS = "4 - Beta"
+DEVELOPMENT_STATUS = "5 - Production/Stable"
28
29
30
# If called directly, return the constant value given
0 commit comments