Compare commits

...

3 Commits

3 changed files with 5 additions and 5 deletions

View File

@ -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: This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- API version: v1.7.4 - API version: v1.7.4
- Package version: 3.0.0-snapshot - Package version: 3.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen - Build package: io.swagger.codegen.languages.PythonClientCodegen
## Requirements. ## Requirements.

View File

@ -18,13 +18,13 @@ import sys
KUBERNETES_BRANCH = "release-1.7" KUBERNETES_BRANCH = "release-1.7"
# client version for packaging and releasing. # client version for packaging and releasing.
CLIENT_VERSION = "3.0.0-snapshot" CLIENT_VERSION = "3.0.0"
# Name of the release package # Name of the release package
PACKAGE_NAME = "kubernetes" PACKAGE_NAME = "kubernetes"
# Stage of development, mainly used in setup.py's classifiers. # Stage of development, mainly used in setup.py's classifiers.
DEVELOPMENT_STATUS = "4 - Beta" DEVELOPMENT_STATUS = "5 - Production/Stable"
# If called directly, return the constant value given # If called directly, return the constant value given

View File

@ -16,9 +16,9 @@ from setuptools import find_packages, setup
# Do not edit these constants. They will be updated automatically # Do not edit these constants. They will be updated automatically
# by scripts/update-client.sh. # by scripts/update-client.sh.
CLIENT_VERSION = "3.0.0-snapshot" CLIENT_VERSION = "3.0.0"
PACKAGE_NAME = "kubernetes" PACKAGE_NAME = "kubernetes"
DEVELOPMENT_STATUS = "4 - Beta" DEVELOPMENT_STATUS = "5 - Production/Stable"
# To install the library, run the following # To install the library, run the following
# #