Skip to content

Commit 31f8279

Browse files
committed
Update version constants for 8.0.0a1 release
1 parent 5b2e27c commit 31f8279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/constants.py

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

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