File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# Usage: ./release.sh v1.5.5
44
55SETUP_CFG=" setup.cfg"
6- VERSION=" v $1 "
6+ VERSION=" $1 "
77OLD_VERSION=$( grep version setup.cfg | awk -F' = ' ' {print $2}' )
88
99# Update setup.cfg with the new version and push to master
Original file line number Diff line number Diff line change 11[metadata]
22name = openshift-python-wrapper
3- version = vv1 .5.5
3+ version = v1 .5.6
44author = Meni Yakove, Ruth Netser
5566description = Wrapper around https://github.com/openshift/openshift-restclient-python
77long_description = file: README.md
88long_description_content_type = text/markdown
99url = https://github.com/RedHatQE/openshift-python-wrapper
10- download_url = https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/vvv1 .5.5 .tar.gz
10+ download_url = https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/vv1 .5.6 .tar.gz
1111
1212project_urls =
1313 Bug Tracker = https://github.com/RedHatQE/openshift-python-wrapper/issues
You can’t perform that action at this time.
0 commit comments