Update constants

- KUBERNETES_BRANCH to "release-1.16"
- CLIENT_VERSION to "12.0.0-snapshot"
- DEVELOPMENT_STATUS to "3 - Alpha"
This commit is contained in:
Nabarun Pal 2020-03-30 23:15:54 +05:30
parent ad2dc9552f
commit 3f0e7c7f22
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -15,16 +15,16 @@
import sys
# Kubernetes branch to get the OpenAPI spec from.
KUBERNETES_BRANCH = "release-1.15"
KUBERNETES_BRANCH = "release-1.16"
# client version for packaging and releasing.
CLIENT_VERSION = "11.0.0-snapshot"
CLIENT_VERSION = "12.0.0-snapshot"
# Name of the release package
PACKAGE_NAME = "kubernetes"
# Stage of development, mainly used in setup.py's classifiers.
DEVELOPMENT_STATUS = "4 - Beta"
DEVELOPMENT_STATUS = "3 - Alpha"
# If called directly, return the constant value given