Skip to content

Commit

Permalink
Bump version: 0.6.11 → 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Mar 20, 2019
1 parent 39cf9c2 commit 59f836d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.11
current_version = 0.6.12
commit = True
tag = True

Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ Vorta.app: translations-to-qm
cd dist; codesign --deep --sign 'Developer ID Application: Manuel Riel (CNMSCAXT48)' Vorta.app

Vorta.dmg: Vorta.app
# sleep 2; cd dist; zip -9rq vorta-0.6.11.zip Vorta.app
rm -rf dist/vorta-0.6.11.dmg
sleep 2; appdmg appdmg.json dist/vorta-0.6.11.dmg
# sleep 2; cd dist; zip -9rq vorta-0.6.12.zip Vorta.app
rm -rf dist/vorta-0.6.12.dmg
sleep 2; appdmg appdmg.json dist/vorta-0.6.12.dmg

github-release: Vorta.dmg
hub release create --attach=dist/vorta-0.6.11.dmg v0.6.11
hub release create --attach=dist/vorta-0.6.12.dmg v0.6.12
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.11.tar.gz
twine upload dist/vorta-0.6.12.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.11
version = 0.6.12
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.11'
__version__ = '0.6.12'
4 changes: 2 additions & 2 deletions vorta.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ app = BUNDLE(exe,
info_plist={
'NSHighResolutionCapable': 'True',
'LSUIElement': '1',
'CFBundleShortVersionString': '0.6.11',
'CFBundleVersion': '0.6.11',
'CFBundleShortVersionString': '0.6.12',
'CFBundleVersion': '0.6.12',
'NSAppleEventsUsageDescription': 'Please allow',
'SUFeedURL': 'https://borgbase.github.io/vorta/appcast.xml',
})
Expand Down

0 comments on commit 59f836d

Please sign in to comment.