Update version to alpha.2 as alpha.1 is used for a failed release

This commit is contained in:
mbohlool 2016-11-23 14:07:39 -08:00
parent e3df5172e7
commit 000c873f75
5 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.5.0-beta.1
- Package version: 1.0.0-alpha.1
- Package version: 1.0.0-alpha.2
- Build package: class io.swagger.codegen.languages.PythonClientCodegen
## Requirements.

View File

@ -73,7 +73,7 @@ class ApiClient(object):
self.host = host
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/1.0.0-alpha.1/python'
self.user_agent = 'Swagger-Codegen/1.0.0-alpha.2/python'
@property
def user_agent(self):

View File

@ -233,5 +233,5 @@ class Configuration(object):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1.5.0-beta.1\n"\
"SDK Package Version: 1.0.0-alpha.1".\
"SDK Package Version: 1.0.0-alpha.2".\
format(env=sys.platform, pyversion=sys.version)

View File

@ -23,7 +23,7 @@
<gitRepoId>client-python</gitRepoId>
<configOptions>
<packageName>${generator.package.name}</packageName>
<packageVersion>1.0.0-alpha.1</packageVersion>
<packageVersion>1.0.0-alpha.2</packageVersion>
<sortParamsByRequiredFlag>true</sortParamsByRequiredFlag>
</configOptions>
<output>${generator.output.path}</output>

View File

@ -17,7 +17,7 @@ import sys
from setuptools import find_packages, setup
NAME = "kubernetes"
VERSION = "1.0.0-alpha.1"
VERSION = "1.0.0-alpha.2"
# To install the library, run the following
#