From bf11dc9c014e87d1d57bab43b37fdc5b96cf2aba Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Wed, 11 Jul 2018 15:33:41 -0700 Subject: [PATCH] Update version constants for 7.0.0a1 release --- scripts/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index 6c0c18af7..713712dfe 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,13 +18,13 @@ import sys KUBERNETES_BRANCH = "release-1.11" # client version for packaging and releasing. -CLIENT_VERSION = "7.0.0-snapshot" +CLIENT_VERSION = "7.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