Skip to content

Commit 7d558a4

Browse files
committed
Update version constants for X1.0.0b3 release
1 parent 17ade78 commit 7d558a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5.1
7-
- Package version: 1.0.0b2
7+
- Package version: 1.0.0b3
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

scripts/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# client version for packaging and releasing. It can
2525
# be different than SPEC_VERSION.
26-
CLIENT_VERSION = "1.0.0b2"
26+
CLIENT_VERSION = "1.0.0b3"
2727

2828
# Name of the release package
2929
PACKAGE_NAME = "kubernetes"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Do not edit these constants. They will be updated automatically
1818
# by scripts/update-client.sh.
19-
CLIENT_VERSION = "1.0.0b2"
19+
CLIENT_VERSION = "1.0.0b3"
2020
PACKAGE_NAME = "kubernetes"
2121
DEVELOPMENT_STATUS = "4 - Beta"
2222

0 commit comments

Comments
 (0)