Skip to content

Commit fe2bc81

Browse files
committed
Update version: v1.5.6
1 parent 28b8d58 commit fe2bc81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage: ./release.sh v1.5.5
44

55
SETUP_CFG="setup.cfg"
6-
VERSION="v$1"
6+
VERSION="$1"
77
OLD_VERSION=$(grep version setup.cfg | awk -F' = ' '{print $2}')
88

99
# Update setup.cfg with the new version and push to master

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[metadata]
22
name = openshift-python-wrapper
3-
version = vv1.5.5
3+
version = v1.5.6
44
author = Meni Yakove, Ruth Netser
55
author_email = [email protected]
66
description = Wrapper around https://github.com/openshift/openshift-restclient-python
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
url = 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

1212
project_urls =
1313
Bug Tracker = https://github.com/RedHatQE/openshift-python-wrapper/issues

0 commit comments

Comments
 (0)