Quick version bump.

This commit is contained in:
Manu 2018-11-21 22:25:51 +08:00
parent 7221fdb95d
commit 1bf868c7a6
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ pypi-release:
python setup.py sdist
twine upload dist/vorta-0.4.4.tar.gz
bump-version:
bumpversion patch
# bumpversion minor
git push
git push --tags
travis-debug:
curl -s -X POST \
-H "Content-Type: application/json" \