diff --git a/kubernetes/README.md b/kubernetes/README.md index 46183e3db8..5cd6bdb98f 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -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. diff --git a/kubernetes/client/api_client.py b/kubernetes/client/api_client.py index c0a88d83e2..2f6f36f43a 100644 --- a/kubernetes/client/api_client.py +++ b/kubernetes/client/api_client.py @@ -73,7 +73,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None): 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): diff --git a/kubernetes/client/configuration.py b/kubernetes/client/configuration.py index 987356f1fa..37fed1188a 100644 --- a/kubernetes/client/configuration.py +++ b/kubernetes/client/configuration.py @@ -233,5 +233,5 @@ def to_debug_report(self): "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) diff --git a/scripts/pom.xml b/scripts/pom.xml index 9eb4d83ad9..83a8772fad 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -23,7 +23,7 @@ client-python ${generator.package.name} - 1.0.0-alpha.1 + 1.0.0-alpha.2 true ${generator.output.path} diff --git a/setup.py b/setup.py index 0fa6de8d5d..88802fce0a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 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 #