generated client change for travis pypi experimental release

This commit is contained in:
Haowei Cai 2020-03-09 23:41:16 -07:00
parent 40e47c1e75
commit 4914de141a
5 changed files with 6 additions and 6 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.14.11
- Package version: 10.1.0
- Package version: 0.0.0a1
- Build package: io.swagger.codegen.languages.PythonClientCodegen
## Requirements.

View File

@ -14,7 +14,7 @@
__project__ = 'kubernetes'
# The version is auto-updated. Please do not edit.
__version__ = "10.1.0"
__version__ = "0.0.0a1"
import kubernetes.client
import kubernetes.config

View File

@ -74,7 +74,7 @@ class ApiClient(object):
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/10.0.1/python'
self.user_agent = 'Swagger-Codegen/0.0.0a1/python'
def __enter__(self):
return self

View File

@ -240,5 +240,5 @@ class Configuration(with_metaclass(TypeWithDefault, object)):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1.14.11\n"\
"SDK Package Version: 10.1.0".\
"SDK Package Version: 0.0.0a1".\
format(env=sys.platform, pyversion=sys.version)

View File

@ -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 = "10.1.0"
CLIENT_VERSION = "0.0.0a1"
PACKAGE_NAME = "kubernetes"
DEVELOPMENT_STATUS = "5 - Production/Stable"
DEVELOPMENT_STATUS = "3 - Alpha"
# To install the library, run the following
#