Skip to content

Commit 49e1314

Browse files
committed
Update version: vv1.5.5
1 parent 25d19d6 commit 49e1314

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ From pypi:
1515
pip install openshift-python-wrapper --user
1616
```
1717

18-
## Bump a version number
18+
## Release new versioning
19+
### requirements:
20+
* gh [github cli] (https://github.com/cli/cli/releases/)
21+
* export GREN_GITHUB_TOKEN=<TOKEN>
22+
### usage:
23+
```bash
24+
./release.sh v1.5.5
25+
```
26+
1927
* Update setup.cfg:
2028
Update version (for example: 1.5.0 -> 1.5.1) and
2129
download_url (for example: https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.5.1.tar.gz)

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 = 1.5.4
3+
version = vv1.5.5
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/v1.5.4.tar.gz
10+
download_url = https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/vvv1.5.5.tar.gz
1111

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

0 commit comments

Comments
 (0)