From 0da15e95bc4eb10f05ef0870f161b062831949a1 Mon Sep 17 00:00:00 2001 From: Pontus Wiberg Date: Fri, 10 Jul 2020 09:40:29 +0300 Subject: [PATCH] Change the version number So that openshift will be satisfied with this version as a dependency We're using this version to be able to work with kubernetes 1.17+ until we can refactor away the usage of this library altogether as the released versions do not support any recent kubernetes version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22ec5b69a5..a3831efc69 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "12.0.0-snapshot" +CLIENT_VERSION = "11.0.1" PACKAGE_NAME = "kubernetes" DEVELOPMENT_STATUS = "3 - Alpha"