Bump version

This commit is contained in:
Manu 2020-05-26 11:09:20 +08:00
parent 4c50c99a4c
commit 4c0c2450bd
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.24
current_version = 0.6.25
tag = True
[bumpversion:file:Makefile]

View File

@ -29,8 +29,8 @@ dist/Vorta.dmg: dist/Vorta.app
sh package/macos-package-app.sh
github-release: dist/Vorta.dmg
cp dist/Vorta.dmg dist/dist/vorta-0.6.24.dmg
hub release create --attach=dist/vorta-0.6.24.dmg v0.6.24
cp dist/Vorta.dmg dist/dist/vorta-0.6.25.dmg
hub release create --attach=dist/vorta-0.6.25.dmg v0.6.25
git checkout gh-pages
git commit -m 'rebuild pages' --allow-empty
git push upstream gh-pages
@ -38,7 +38,7 @@ github-release: dist/Vorta.dmg
pypi-release: translations-to-qm
python setup.py sdist
twine upload dist/vorta-0.6.24.tar.gz
twine upload dist/vorta-0.6.25.tar.gz
bump-version: ## Add new version tag and push to upstream repo.
bumpversion patch

View File

@ -2,7 +2,7 @@
name = vorta
author = Manuel Riel
description = A GUI for BorgBackup
version = 0.6.24
version = 0.6.25
url = https://github.com/borgbase/vorta
keywords =
backup

View File

@ -1 +1 @@
__version__ = '0.6.24'
__version__ = '0.6.25'

View File

@ -40,7 +40,7 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.6.24" date="2020-03-03">
<release version="v0.6.25" date="2020-05-26">
</release>
</releases>
<url type="bugtracker">https://github.com/borgbase/vorta/issues</url>