Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Sep 6, 2020
1 parent 0780e1c commit fcb11b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.26
current_version = 0.7.0
tag = True

[bumpversion:file:Makefile]
Expand All @@ -9,4 +9,3 @@ tag = True
[bumpversion:file:src/vorta/_version.py]

[bumpversion:file:src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml]

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ dist/Vorta.dmg: dist/Vorta.app
sh package/macos-package-app.sh

github-release: dist/Vorta.dmg
cp dist/Vorta.dmg dist/vorta-0.6.26.dmg
hub release create --attach=dist/vorta-0.6.26.dmg v0.6.26
cp dist/Vorta.dmg dist/vorta-0.7.0.dmg
hub release create --attach=dist/vorta-0.7.0.dmg v0.7.0
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.26.tar.gz
twine upload dist/vorta-0.7.0.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.26
version = 0.7.0
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.26'
__version__ = '0.7.0'
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.26" date="2020-05-26">
<release version="v0.7.0" date="2020-09-06">
</release>
</releases>
<url type="bugtracker">https://github.com/borgbase/vorta/issues</url>
Expand Down

0 comments on commit fcb11b4

Please sign in to comment.