Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60d20a4

Browse files
committed
update version constants for 11.0.0a1 release
1 parent 17ebe10 commit 60d20a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
import sys
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
KUBERNETES_BRANCH = "release-1.14"
18+
KUBERNETES_BRANCH = "release-1.15"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "10.0.0-snapshot"
21+
CLIENT_VERSION = "11.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

0 commit comments

Comments
 (0)