Skip to content

Commit 5642c2a

Browse files
committed
bump version
1 parent c55d227 commit 5642c2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.7.0"
21+
__version__ = "0.7.1"
2222
__k8s_client_version__ = "7.0.0"

python-openshift.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global library openshift
44

55
Name: python-%{library}
6-
Version: 0.7.0
6+
Version: 0.7.1
77
Release: 12%{?dist}
88
Summary: Python client for the OpenShift API
99
License: MIT

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.7.0"
26+
CLIENT_VERSION = "0.7.1"
2727
KUBERNETES_CLIENT_VERSION = "7.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.7.0"
27+
CLIENT_VERSION = "0.7.1"
2828
PACKAGE_NAME = "openshift"
2929
DEVELOPMENT_STATUS = "3 - Alpha"
3030

0 commit comments

Comments
 (0)