Skip to content

Commit

Permalink
Update version: v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Aug 2, 2021
1 parent 28b8d58 commit fe2bc81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Usage: ./release.sh v1.5.5

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

# Update setup.cfg with the new version and push to master
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[metadata]
name = openshift-python-wrapper
version = vv1.5.5
version = v1.5.6
author = Meni Yakove, Ruth Netser
author_email = myakove@redhat.com
description = Wrapper around https://github.com/openshift/openshift-restclient-python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/RedHatQE/openshift-python-wrapper
download_url = https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/vvv1.5.5.tar.gz
download_url = https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/vv1.5.6.tar.gz

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

0 comments on commit fe2bc81

Please sign in to comment.