Skip to content

Commit 3f0e7c7

Browse files
committed
Update constants
- KUBERNETES_BRANCH to "release-1.16" - CLIENT_VERSION to "12.0.0-snapshot" - DEVELOPMENT_STATUS to "3 - Alpha"
1 parent ad2dc95 commit 3f0e7c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/constants.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
import sys
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
KUBERNETES_BRANCH = "release-1.15"
18+
KUBERNETES_BRANCH = "release-1.16"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "11.0.0-snapshot"
21+
CLIENT_VERSION = "12.0.0-snapshot"
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 = "4 - Beta"
27+
DEVELOPMENT_STATUS = "3 - Alpha"
2828

2929

3030
# If called directly, return the constant value given

0 commit comments

Comments
 (0)