Skip to content

Commit 7243e93

Browse files
committed
Update version constants for 3.0.0a1 release
1 parent f6d80b0 commit 7243e93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

kubernetes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: v1.7.1
7-
- Package version: 3.0.0-snapshot
7+
- Package version: 3.0.0a1
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

scripts/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
KUBERNETES_BRANCH = "release-1.7"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "3.0.0-snapshot"
21+
CLIENT_VERSION = "3.0.0a1"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"
2525

2626
# Stage of development, mainly used in setup.py's classifiers.
27-
DEVELOPMENT_STATUS = "4 - Beta"
27+
DEVELOPMENT_STATUS = "3 - Alpha"
2828

2929

3030
# If called directly, return the constant value given

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
# Do not edit these constants. They will be updated automatically
1818
# by scripts/update-client.sh.
19-
CLIENT_VERSION = "3.0.0-snapshot"
19+
CLIENT_VERSION = "3.0.0a1"
2020
PACKAGE_NAME = "kubernetes"
21-
DEVELOPMENT_STATUS = "4 - Beta"
21+
DEVELOPMENT_STATUS = "3 - Alpha"
2222

2323
# To install the library, run the following
2424
#

0 commit comments

Comments
 (0)