From af732f0b4cb3621f42d3a252652ca885c099ae80 Mon Sep 17 00:00:00 2001 From: Fabian von Feilitzsch Date: Thu, 4 Oct 2018 12:36:11 -0400 Subject: [PATCH] Bump version + requirements --- openshift/README.md | 2 +- openshift/__init__.py | 2 +- python-openshift.spec | 2 +- requirements.txt | 2 +- scripts/constants.py | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openshift/README.md b/openshift/README.md index f86564b2..c6f9cb85 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.8.0a1 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/openshift/__init__.py b/openshift/__init__.py index 25e21c2d..2a3139eb 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.0" +__version__ = "0.8.0a1" __k8s_client_version__ = "7.0.0" diff --git a/python-openshift.spec b/python-openshift.spec index 221f5b65..9c4474c6 100644 --- a/python-openshift.spec +++ b/python-openshift.spec @@ -3,7 +3,7 @@ %global library openshift Name: python-%{library} -Version: 0.7.0 +Version: 0.8.0a1 Release: 12%{?dist} Summary: Python client for the OpenShift API License: MIT diff --git a/requirements.txt b/requirements.txt index f48bf1fc..b4725ef8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ dictdiffer jinja2 -kubernetes >= 7.0.0, < 8.0.0 +kubernetes >= 8.0.0a1, < 9.0.0 python-string-utils ruamel.yaml >= 0.15 six diff --git a/scripts/constants.py b/scripts/constants.py index d8779238..bee091b3 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.0" +CLIENT_VERSION = "0.8.0a1" KUBERNETES_CLIENT_VERSION = "7.0.0" # Name of the release package diff --git a/setup.py b/setup.py index 051c0ef2..0a1b592b 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.0" +CLIENT_VERSION = "0.8.0a1" PACKAGE_NAME = "openshift" DEVELOPMENT_STATUS = "3 - Alpha"