File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 on :
4545 tags : true
4646 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]+ )?$"
4848 - stage : test-deploy
4949 script : python -c "import openshift ; print(openshift.__version__)"
5050 install :
Original file line number Diff line number Diff line change 1414
1515# Do not edit these constants. They will be updated automatically
1616# by scripts/update-version.sh.
17- __version__ = "0.10.0 "
17+ __version__ = "0.10.0rc1 "
1818__k8s_client_version__ = "10.0.1"
Original file line number Diff line number Diff line change 1616%endif
1717
1818Name: python-%{library }
19- Version: 0.10.0
19+ Version: 0.10.0rc1
2020Release: 1%{?dist }
2121Summary: Python client for the OpenShift API
2222License: ASL 2.0
Original file line number Diff line number Diff line change 2323
2424# client version for packaging and releasing. It can
2525# be different than SPEC_VERSION.
26- CLIENT_VERSION = "0.10.0 "
26+ CLIENT_VERSION = "0.10.0rc1 "
2727KUBERNETES_CLIENT_VERSION = "10.0.1"
2828
2929# Name of the release package
Original file line number Diff line number Diff line change 2424
2525# Do not edit these constants. They will be updated automatically
2626# by scripts/update-client.sh.
27- CLIENT_VERSION = "0.10.0 "
27+ CLIENT_VERSION = "0.10.0rc1 "
2828PACKAGE_NAME = "openshift"
2929DEVELOPMENT_STATUS = "3 - Alpha"
3030
You can’t perform that action at this time.
0 commit comments