From c382c8f174d64244f2bfa7eb4470da52a5fde519 Mon Sep 17 00:00:00 2001 From: Fabian von Feilitzsch Date: Thu, 27 Sep 2018 12:07:05 -0400 Subject: [PATCH] version bump --- 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 f86564b2..637de79d 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.7.0 +- Package version: 0.7.2 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/openshift/__init__.py b/openshift/__init__.py index 1845cee0..b58d6cd7 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.7.1" +__version__ = "0.7.2" __k8s_client_version__ = "7.0.0" diff --git a/python-openshift.spec b/python-openshift.spec index 41bb509f..22e0e9ed 100644 --- a/python-openshift.spec +++ b/python-openshift.spec @@ -3,7 +3,7 @@ %global library openshift Name: python-%{library} -Version: 0.7.1 +Version: 0.7.2 Release: 12%{?dist} Summary: Python client for the OpenShift API License: MIT diff --git a/scripts/constants.py b/scripts/constants.py index d5dd9001..9a71db92 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.7.1" +CLIENT_VERSION = "0.7.2" KUBERNETES_CLIENT_VERSION = "7.0.0" # Name of the release package diff --git a/setup.py b/setup.py index 0ad590be..32c31ccc 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.7.1" +CLIENT_VERSION = "0.7.2" PACKAGE_NAME = "openshift" DEVELOPMENT_STATUS = "3 - Alpha"