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 44
44
on :
45
45
tags : true
46
46
repo : openshift/openshift-restclient-python
47
- condition : " $TRAVIS_TAG =~ ^v[0-9]\\ .[0-9]\\ .[0-9](([ab]|dev|rc)[0-9])?$"
47
+ condition : " $TRAVIS_TAG =~ ^v[0-9]+ \\ .[0-9]+ \\ .[0-9]+ (([ab]|dev|rc)[0-9]+ )?$"
48
48
- stage : test-deploy
49
49
script : python -c "import openshift ; print(openshift.__version__)"
50
50
install :
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.0rc1 "
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.0rc1
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.10.0 "
26
+ CLIENT_VERSION = "0.10.0rc1 "
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.0rc1 "
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