Release 1.0.1
This commit is contained in:
parent
eb418d24ae
commit
78790ac0f2
@ -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.3
|
||||
- Package version: 1.0.0
|
||||
- Package version: 1.0.1
|
||||
- Build package: io.swagger.codegen.languages.PythonClientCodegen
|
||||
|
||||
## Requirements.
|
||||
|
||||
@ -23,7 +23,7 @@ SPEC_VERSION = "v1.5.3"
|
||||
|
||||
# client version for packaging and releasing. It can
|
||||
# be different than SPEC_VERSION.
|
||||
CLIENT_VERSION = "1.0.0"
|
||||
CLIENT_VERSION = "1.0.1"
|
||||
|
||||
# Name of the release package
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
|
||||
2
setup.py
2
setup.py
@ -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.0"
|
||||
CLIENT_VERSION = "1.0.1"
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
DEVELOPMENT_STATUS = "5 - Production/Stable"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user