diff --git a/kubernetes/README.md b/kubernetes/README.md index 0a29d24a78..c5c4370881 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.4 -- Package version: 3.0.0a1 +- Package version: 3.0.0 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/scripts/constants.py b/scripts/constants.py index 561249ead2..ee47a4a6bd 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.0a1" +CLIENT_VERSION = "3.0.0" # Name of the release package PACKAGE_NAME = "kubernetes" # Stage of development, mainly used in setup.py's classifiers. -DEVELOPMENT_STATUS = "3 - Alpha" +DEVELOPMENT_STATUS = "5 - Production/Stable" # If called directly, return the constant value given diff --git a/setup.py b/setup.py index 16c5307a6a..4d3f27cd31 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.0a1" +CLIENT_VERSION = "3.0.0" PACKAGE_NAME = "kubernetes" -DEVELOPMENT_STATUS = "3 - Alpha" +DEVELOPMENT_STATUS = "5 - Production/Stable" # To install the library, run the following #