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 ad2dc95 commit 3f0e7c7Copy full SHA for 3f0e7c7
scripts/constants.py
@@ -15,16 +15,16 @@
15
import sys
16
17
# Kubernetes branch to get the OpenAPI spec from.
18
-KUBERNETES_BRANCH = "release-1.15"
+KUBERNETES_BRANCH = "release-1.16"
19
20
# client version for packaging and releasing.
21
-CLIENT_VERSION = "11.0.0-snapshot"
+CLIENT_VERSION = "12.0.0-snapshot"
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 = "3 - Alpha"
28
29
30
# If called directly, return the constant value given
0 commit comments