File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.12.0rc2 "
17
+ __version__ = "0.12.0 "
18
18
__k8s_client_version__ = "12.0"
Original file line number Diff line number Diff line change 16
16
%endif
17
17
18
18
Name: python-%{library }
19
- Version: 0.12.0rc2
19
+ Version: 0.12.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 23
23
24
24
# client version for packaging and releasing. It can
25
25
# be different than SPEC_VERSION.
26
- CLIENT_VERSION = "0.12.0rc2 "
26
+ CLIENT_VERSION = "0.12.0 "
27
27
KUBERNETES_CLIENT_VERSION = "12.0"
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.12.0rc2 "
27
+ CLIENT_VERSION = "0.12.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