Skip to content

Commit 6eb6997

Browse files
committed
version bump
1 parent 4ad7e13 commit 6eb6997

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ var/
2828
# Usually these files are written by a python script from a template
2929
# before PyInstaller builds the exe, so as to inject date/other infos into it.
3030
*.manifest
31-
*.spec
3231

3332
# Installer logs
3433
pip-log.txt

openshift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenShift provides builds, application lifecycle, image content management, and
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: latest
7-
- Package version: 0.8.3
7+
- Package version: 0.8.5
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

openshift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
# Do not edit these constants. They will be updated automatically
2020
# by scripts/update-client.sh.
21-
__version__ = "0.8.4"
21+
__version__ = "0.8.5"
2222
__k8s_client_version__ = "8.0.0"

python-openshift.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%endif
1717

1818
Name: python-%{library}
19-
Version: 0.8.4
19+
Version: 0.8.5
2020
Release: 1%{?dist}
2121
Summary: Python client for the OpenShift API
2222
License: ASL 2.0

scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# client version for packaging and releasing. It can
2525
# be different than SPEC_VERSION.
26-
CLIENT_VERSION = "0.8.4"
26+
CLIENT_VERSION = "0.8.5"
2727
KUBERNETES_CLIENT_VERSION = "8.0.0"
2828

2929
# Name of the release package

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Do not edit these constants. They will be updated automatically
2626
# by scripts/update-client.sh.
27-
CLIENT_VERSION = "0.8.4"
27+
CLIENT_VERSION = "0.8.5"
2828
PACKAGE_NAME = "openshift"
2929
DEVELOPMENT_STATUS = "3 - Alpha"
3030

0 commit comments

Comments
 (0)