Update version constants for 7.0.0b1 release

This commit is contained in:
Haowei Cai 2018-07-23 14:22:30 -07:00
parent 560723ba7e
commit 15e2b597a2

View File

@ -18,13 +18,13 @@ import sys
KUBERNETES_BRANCH = "release-1.11"
# client version for packaging and releasing.
CLIENT_VERSION = "7.0.0a1"
CLIENT_VERSION = "7.0.0b1"
# Name of the release package
PACKAGE_NAME = "kubernetes"
# Stage of development, mainly used in setup.py's classifiers.
DEVELOPMENT_STATUS = "3 - Alpha"
DEVELOPMENT_STATUS = "4 - Beta"
# If called directly, return the constant value given