From 7243e933cee9cd2f6c1ba12dcc2b86fd3d82a406 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Fri, 7 Jul 2017 14:32:16 -0700 Subject: [PATCH] Update version constants for 3.0.0a1 release --- kubernetes/README.md | 2 +- scripts/constants.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index db1ae4d0cd..210ed5d726 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: v1.7.1 -- Package version: 3.0.0-snapshot +- Package version: 3.0.0a1 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/scripts/constants.py b/scripts/constants.py index b0d39afd06..561249ead2 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,13 +18,13 @@ KUBERNETES_BRANCH = "release-1.7" # client version for packaging and releasing. -CLIENT_VERSION = "3.0.0-snapshot" +CLIENT_VERSION = "3.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 diff --git a/setup.py b/setup.py index 080e3ed1bd..16c5307a6a 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "3.0.0-snapshot" +CLIENT_VERSION = "3.0.0a1" PACKAGE_NAME = "kubernetes" -DEVELOPMENT_STATUS = "4 - Beta" +DEVELOPMENT_STATUS = "3 - Alpha" # To install the library, run the following #