From 0255340cf3965b5c2f7d59c37d8ebe4678e477ef Mon Sep 17 00:00:00 2001 From: Fabian von Feilitzsch Date: Thu, 25 Feb 2021 11:38:21 -0500 Subject: [PATCH] Bump to rc2 --- openshift/__init__.py | 2 +- python-openshift.spec | 2 +- scripts/constants.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/__init__.py b/openshift/__init__.py index 40f6b987..1f317267 100644 --- a/openshift/__init__.py +++ b/openshift/__init__.py @@ -14,5 +14,5 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-version.sh. -__version__ = "0.12.0rc1" +__version__ = "0.12.0rc2" __k8s_client_version__ = "12.0" diff --git a/python-openshift.spec b/python-openshift.spec index c7ee35e5..9e9b3607 100644 --- a/python-openshift.spec +++ b/python-openshift.spec @@ -16,7 +16,7 @@ %endif Name: python-%{library} -Version: 0.12.0rc1 +Version: 0.12.0rc2 Release: 1%{?dist} Summary: Python client for the OpenShift API License: ASL 2.0 diff --git a/scripts/constants.py b/scripts/constants.py index d18e72c0..a607cbeb 100644 --- a/scripts/constants.py +++ b/scripts/constants.py @@ -23,7 +23,7 @@ # client version for packaging and releasing. It can # be different than SPEC_VERSION. -CLIENT_VERSION = "0.12.0rc1" +CLIENT_VERSION = "0.12.0rc2" KUBERNETES_CLIENT_VERSION = "12.0" # Name of the release package diff --git a/setup.py b/setup.py index 857bf067..d2f66015 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -CLIENT_VERSION = "0.12.0rc1" +CLIENT_VERSION = "0.12.0rc2" PACKAGE_NAME = "openshift" DEVELOPMENT_STATUS = "3 - Alpha"