diff --git a/kubernetes/README.md b/kubernetes/README.md index c70fbdb10..3deab44a9 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.12.2 -- Package version: 8.0.0-snapshot +- Package version: 8.0.0b1 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/kubernetes/__init__.py b/kubernetes/__init__.py index 1258f41ab..c7e1f0d7d 100644 --- a/kubernetes/__init__.py +++ b/kubernetes/__init__.py @@ -14,7 +14,7 @@ __project__ = 'kubernetes' # The version is auto-updated. Please do not edit. -__version__ = "8.0.0a1" +__version__ = "8.0.0b1" import kubernetes.client import kubernetes.config diff --git a/kubernetes/client/api_client.py b/kubernetes/client/api_client.py index 803a01828..707206423 100644 --- a/kubernetes/client/api_client.py +++ b/kubernetes/client/api_client.py @@ -71,7 +71,7 @@ class ApiClient(object): self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/8.0.0a1/python' + self.user_agent = 'Swagger-Codegen/8.0.0b1/python' def __del__(self): self.pool.close() diff --git a/kubernetes/client/configuration.py b/kubernetes/client/configuration.py index ffed1fd57..3ad4a6d47 100644 --- a/kubernetes/client/configuration.py +++ b/kubernetes/client/configuration.py @@ -240,5 +240,5 @@ class Configuration(with_metaclass(TypeWithDefault, object)): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v1.12.2\n"\ - "SDK Package Version: 8.0.0-snapshot".\ + "SDK Package Version: 8.0.0b1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/setup.py b/setup.py index d08257b73..8dd5d5943 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ from setuptools import setup # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "8.0.0a1" +CLIENT_VERSION = "8.0.0b1" PACKAGE_NAME = "kubernetes" -DEVELOPMENT_STATUS = "3 - Alpha" +DEVELOPMENT_STATUS = "4 - Beta" # To install the library, run the following #