File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
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.0dev1 "
18
- __k8s_client_version__ = "9 .0.0"
17
+ __version__ = "0.11.0 "
18
+ __k8s_client_version__ = "11 .0.0"
Original file line number Diff line number Diff line change 16
16
%endif
17
17
18
18
Name: python-%{library }
19
- Version: 0.10.0dev1
19
+ Version: 0.11.0
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
3
+ kubernetes ~= 11.0
4
4
python-string-utils
5
- ruamel.yaml
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.0dev1 "
27
- KUBERNETES_CLIENT_VERSION = "10 .0.1 "
26
+ CLIENT_VERSION = "0.11.0 "
27
+ KUBERNETES_CLIENT_VERSION = "11 .0.0 "
28
28
29
29
# Name of the release package
30
30
PACKAGE_NAME = "openshift"
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.0dev1 "
27
+ CLIENT_VERSION = "0.11.0 "
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