Update version constants for 3.0 release

This commit is contained in:
mbohlool 2017-08-10 18:06:41 -07:00
parent ead44fe80d
commit 48b6ca2b86
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:
- API version: v1.7.4
- Package version: 3.0.0a1
- Package version: 3.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen
## Requirements.

View File

@ -18,13 +18,13 @@ import sys
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

View File

@ -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 = "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
#