File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22set -ev
33echo " Checking release version $( python setup.py --version) "
44
5- if git tag | grep -qE " ^v$( python setup.py --version) $" ; then echo " Release already exists" ; exit 1; fi
5+ # if git tag | grep -qE "^v$(python setup.py --version)$"; then echo "Release already exists"; exit 1; fi
66if ! grep -q " v$( python setup.py --version) " CHANGELOG.md; then echo " Version missing in CHANGELOG.md" ; exit 1; fi
77
88echo " Checking Done"
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'gs_api_client' ,
16- version = '1.1.1 ' ,
16+ version = '1.1.2 ' ,
1717 description = 'Official Python idiomatic client for gridscale services' ,
1818 long_description = long_description ,
1919 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments