File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
4
4
This Python package is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
5
5
6
6
- API version: v1.7.1
7
- - Package version: 3.0.0-snapshot
7
+ - Package version: 3.0.0a1
8
8
- Build package: io.swagger.codegen.languages.PythonClientCodegen
9
9
10
10
## Requirements.
Original file line number Diff line number Diff line change 18
18
KUBERNETES_BRANCH = "release-1.7"
19
19
20
20
# client version for packaging and releasing.
21
- CLIENT_VERSION = "3.0.0-snapshot "
21
+ CLIENT_VERSION = "3.0.0a1 "
22
22
23
23
# Name of the release package
24
24
PACKAGE_NAME = "kubernetes"
25
25
26
26
# Stage of development, mainly used in setup.py's classifiers.
27
- DEVELOPMENT_STATUS = "4 - Beta "
27
+ DEVELOPMENT_STATUS = "3 - Alpha "
28
28
29
29
30
30
# If called directly, return the constant value given
Original file line number Diff line number Diff line change 16
16
17
17
# Do not edit these constants. They will be updated automatically
18
18
# by scripts/update-client.sh.
19
- CLIENT_VERSION = "3.0.0-snapshot "
19
+ CLIENT_VERSION = "3.0.0a1 "
20
20
PACKAGE_NAME = "kubernetes"
21
- DEVELOPMENT_STATUS = "4 - Beta "
21
+ DEVELOPMENT_STATUS = "3 - Alpha "
22
22
23
23
# To install the library, run the following
24
24
#
You can’t perform that action at this time.
0 commit comments