Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40e47c1

Browse filesBrowse files
committed
update version constants for travis pypi experimental release
1 parent c324697 commit 40e47c1
Copy full SHA for 40e47c1

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎scripts/constants.py

Copy file name to clipboardExpand all lines: scripts/constants.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
KUBERNETES_BRANCH = "release-1.14"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "10.1.0"
21+
CLIENT_VERSION = "0.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 = "5 - Production/Stable"
27+
DEVELOPMENT_STATUS = "3 - Alpha"
2828

2929

3030
# If called directly, return the constant value given

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.