File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# Do not edit these constants. They will be updated automatically
16
16
# by scripts/update-version.sh.
17
- __version__ = "0.10.0 "
17
+ __version__ = "0.10.1 "
18
18
__k8s_client_version__ = "10.0.1"
Original file line number Diff line number Diff line change 16
16
%endif
17
17
18
18
Name: python-%{library }
19
- Version: 0.10.0
19
+ Version: 0.10.1
20
20
Release: 1%{?dist }
21
21
Summary: Python client for the OpenShift API
22
22
License: ASL 2.0
Original file line number Diff line number Diff line change 1
1
dictdiffer
2
2
jinja2
3
- kubernetes ~= 10.0
3
+ kubernetes ~= 10.0.1
4
4
python-string-utils
5
5
ruamel.yaml >= 0.15
6
6
six
Original file line number Diff line number Diff line change 23
23
24
24
# client version for packaging and releasing. It can
25
25
# be different than SPEC_VERSION.
26
- CLIENT_VERSION = "0.10.0 "
26
+ CLIENT_VERSION = "0.10.1 "
27
27
KUBERNETES_CLIENT_VERSION = "10.0.1"
28
28
29
29
# Name of the release package
Original file line number Diff line number Diff line change 24
24
25
25
# Do not edit these constants. They will be updated automatically
26
26
# by scripts/update-client.sh.
27
- CLIENT_VERSION = "0.10.0 "
27
+ CLIENT_VERSION = "0.10.1 "
28
28
PACKAGE_NAME = "openshift"
29
29
DEVELOPMENT_STATUS = "3 - Alpha"
30
30
You can’t perform that action at this time.
0 commit comments