From 21e071a5da8406aff3a484e0338ea818a6a42579 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Thu, 29 Jun 2017 01:24:54 -0700 Subject: [PATCH] Master to follow kubernetes 1.7 branch --- scripts/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/constants.py b/scripts/constants.py index fa57e8e3f..b0d39afd0 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -15,16 +15,16 @@ import sys # Kubernetes branch to get the OpenAPI spec from. -KUBERNETES_BRANCH = "release-1.6" +KUBERNETES_BRANCH = "release-1.7" # client version for packaging and releasing. -CLIENT_VERSION = "2.0.0-snapshot" +CLIENT_VERSION = "3.0.0-snapshot" # 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