Skip to content

Commit

Permalink
update version constants for 24.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yliaog committed Jun 21, 2022
1 parent ec48a03 commit 119ecd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/constants.py
Expand Up @@ -18,13 +18,13 @@
KUBERNETES_BRANCH = "release-1.24"

# client version for packaging and releasing.
CLIENT_VERSION = "24.1.0b1"
CLIENT_VERSION = "24.2.0"

# Name of the release package
PACKAGE_NAME = "kubernetes"

# Stage of development, mainly used in setup.py's classifiers.
DEVELOPMENT_STATUS = "4 - Beta"
DEVELOPMENT_STATUS = "5 - Production/Stable"


# If called directly, return the constant value given
Expand Down

0 comments on commit 119ecd5

Please sign in to comment.