update version constants for 11.0.0a1 release
This commit is contained in:
parent
17ebe10064
commit
60d20a46e6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user