From e39dd4cefcb472544597a714571964d83fc58e53 Mon Sep 17 00:00:00 2001 From: Fabian von Feilitzsch Date: Tue, 6 Nov 2018 13:38:46 -0500 Subject: [PATCH] Bump version --- openshift/README.md | 2 +- openshift/__init__.py | 2 +- python-openshift.spec | 2 +- scripts/constants.py | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openshift/README.md b/openshift/README.md index c48b4282..3c90f6d3 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -4,7 +4,7 @@ OpenShift provides builds, application lifecycle, image content management, and This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: latest -- Package version: 0.8.0 +- Package version: 0.8.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/openshift/__init__.py b/openshift/__init__.py index 60b356a2..9a0b3cbc 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.0" +__version__ = "0.8.1" __k8s_client_version__ = "7.0.0" diff --git a/python-openshift.spec b/python-openshift.spec index b2ec4c94..f993ff02 100644 --- a/python-openshift.spec +++ b/python-openshift.spec @@ -3,7 +3,7 @@ %global library openshift Name: python-%{library} -Version: 0.8.0 +Version: 0.8.1 Release: 12%{?dist} Summary: Python client for the OpenShift API License: MIT diff --git a/scripts/constants.py b/scripts/constants.py index a0dfe08d..cf111d2a 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.0" +CLIENT_VERSION = "0.8.1" KUBERNETES_CLIENT_VERSION = "8.0.0" # Name of the release package diff --git a/setup.py b/setup.py index f01bb3fa..5d88ec94 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.0" +CLIENT_VERSION = "0.8.1" PACKAGE_NAME = "openshift" DEVELOPMENT_STATUS = "3 - Alpha"