diff --git a/kubernetes/README.md b/kubernetes/README.md index 2dcbfe6e2..b9de8345a 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.6.3 -- Package version: 2.0.0-snapshot +- Package version: 2.0.0b1 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/scripts/constants.py b/scripts/constants.py index fa57e8e3f..ab6635c78 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -18,13 +18,13 @@ import sys KUBERNETES_BRANCH = "release-1.6" # client version for packaging and releasing. -CLIENT_VERSION = "2.0.0-snapshot" +CLIENT_VERSION = "2.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 diff --git a/setup.py b/setup.py index b44bd21e8..f68351663 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ from setuptools import find_packages, setup # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "2.0.0a1" +CLIENT_VERSION = "2.0.0b1" PACKAGE_NAME = "kubernetes" -DEVELOPMENT_STATUS = "3 - Alpha" +DEVELOPMENT_STATUS = "4 - Beta" # To install the library, run the following #