Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed May 26, 2020
1 parent 0d9d3c5 commit 0b44d00
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.25
current_version = 0.6.26
tag = True

[bumpversion:file:Makefile]
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ 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.25.dmg
hub release create --attach=dist/vorta-0.6.25.dmg v0.6.25
cp dist/Vorta.dmg dist/dist/vorta-0.6.26.dmg
hub release create --attach=dist/vorta-0.6.26.dmg v0.6.26
git checkout gh-pages
git commit -m 'rebuild pages' --allow-empty
git push upstream gh-pages
git checkout master

pypi-release: translations-to-qm
python setup.py sdist
twine upload dist/vorta-0.6.25.tar.gz
twine upload dist/vorta-0.6.26.tar.gz

bump-version: ## Add new version tag and push to upstream repo.
bumpversion patch
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = vorta
author = Manuel Riel
description = A GUI for BorgBackup
version = 0.6.25
version = 0.6.26
url = https://github.com/borgbase/vorta
keywords =
backup
Expand Down
2 changes: 1 addition & 1 deletion src/vorta/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.25'
__version__ = '0.6.26'
2 changes: 1 addition & 1 deletion src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.6.25" date="2020-05-26">
<release version="v0.6.26" date="2020-05-26">
</release>
</releases>
<url type="bugtracker">https://github.com/borgbase/vorta/issues</url>
Expand Down

0 comments on commit 0b44d00

Please sign in to comment.