Update version constants for X1.0.0b3 release

This commit is contained in:
mbohlool 2017-02-22 14:42:01 -08:00
parent 17ade787d4
commit 7d558a41e3
3 changed files with 3 additions and 3 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.5.1
- Package version: 1.0.0b2
- Package version: 1.0.0b3
- Build package: io.swagger.codegen.languages.PythonClientCodegen
## Requirements.

View File

@ -23,7 +23,7 @@ SPEC_VERSION = "v1.5.1"
# client version for packaging and releasing. It can
# be different than SPEC_VERSION.
CLIENT_VERSION = "1.0.0b2"
CLIENT_VERSION = "1.0.0b3"
# Name of the release package
PACKAGE_NAME = "kubernetes"

View File

@ -16,7 +16,7 @@ from setuptools import find_packages, setup
# Do not edit these constants. They will be updated automatically
# by scripts/update-client.sh.
CLIENT_VERSION = "1.0.0b2"
CLIENT_VERSION = "1.0.0b3"
PACKAGE_NAME = "kubernetes"
DEVELOPMENT_STATUS = "4 - Beta"