From f9ff1facc64fa871361dd2ad701364e5703fd770 Mon Sep 17 00:00:00 2001 From: Fabian von Feilitzsch Date: Fri, 11 Jan 2019 14:37:50 -0500 Subject: [PATCH] version bump --- 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 7bc5f981..182598a0 100644 --- a/openshift/__init__.py +++ b/openshift/__init__.py @@ -18,5 +18,5 @@ # Do not edit these constants. They will be updated automatically # by scripts/update-client.sh. -__version__ = "0.8.3" +__version__ = "0.8.4" __k8s_client_version__ = "8.0.0" diff --git a/python-openshift.spec b/python-openshift.spec index 7678f30f..902cef8d 100644 --- a/python-openshift.spec +++ b/python-openshift.spec @@ -3,7 +3,7 @@ %global library openshift Name: python-%{library} -Version: 0.8.3 +Version: 0.8.4 Release: 1%{?dist} Summary: Python client for the OpenShift API License: MIT diff --git a/scripts/constants.py b/scripts/constants.py index a6a76299..598c1192 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.8.3" +CLIENT_VERSION = "0.8.4" KUBERNETES_CLIENT_VERSION = "8.0.0" # Name of the release package diff --git a/setup.py b/setup.py index d7fbc681..8cc8e9c5 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.8.3" +CLIENT_VERSION = "0.8.4" PACKAGE_NAME = "openshift" DEVELOPMENT_STATUS = "3 - Alpha"