Update versions for 2.0.0b1 release

This commit is contained in:
mbohlool 2017-04-26 15:39:11 -07:00
parent 13f847e70d
commit f4d943b435
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.6.3
- Package version: 2.0.0-snapshot
- Package version: 2.0.0b1
- Build package: io.swagger.codegen.languages.PythonClientCodegen
## Requirements.

View File

@ -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

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