update version constants for 11.0.0a1 release

This commit is contained in:
Haowei Cai 2019-08-14 21:52:15 -07:00
parent 17ebe10064
commit 60d20a46e6

View File

@ -15,16 +15,16 @@
import sys
# Kubernetes branch to get the OpenAPI spec from.
KUBERNETES_BRANCH = "release-1.14"
KUBERNETES_BRANCH = "release-1.15"
# client version for packaging and releasing.
CLIENT_VERSION = "10.0.0-snapshot"
CLIENT_VERSION = "11.0.0a1"
# 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