update version constants for v18.20.0b1 release

This commit is contained in:
Haowei Cai 2021-06-20 19:05:05 -07:00
parent d8fd974e63
commit 698a4689f2

View File

@ -18,13 +18,13 @@ import sys
KUBERNETES_BRANCH = "release-1.18"
# client version for packaging and releasing.
CLIENT_VERSION = "18.0.0-snapshot"
CLIENT_VERSION = "18.20.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