1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-03-15 08:29:42 +00:00

Bump version: 0.6.19 → 0.6.20

This commit is contained in:
Manu 2019-05-16 12:20:44 +08:00
parent ce0f6b53e4
commit 0e25ee95d0
5 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.19
current_version = 0.6.20
commit = True
tag = True

View file

@ -14,12 +14,12 @@ 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.19.zip Vorta.app
rm -rf dist/vorta-0.6.19.dmg
sleep 2; appdmg appdmg.json dist/vorta-0.6.19.dmg
# sleep 2; cd dist; zip -9rq vorta-0.6.20.zip Vorta.app
rm -rf dist/vorta-0.6.20.dmg
sleep 2; appdmg appdmg.json dist/vorta-0.6.20.dmg
github-release: Vorta.dmg
hub release create --attach=dist/vorta-0.6.19.dmg v0.6.19
hub release create --attach=dist/vorta-0.6.20.dmg v0.6.20
git checkout gh-pages
git commit -m 'rebuild pages' --allow-empty
git push upstream gh-pages
@ -27,7 +27,7 @@ github-release: Vorta.dmg
pypi-release: translations-to-qm
python setup.py sdist
twine upload dist/vorta-0.6.19.tar.gz
twine upload dist/vorta-0.6.20.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.19
version = 0.6.20
url = https://github.com/borgbase/vorta
keywords =
backup

View file

@ -1 +1 @@
__version__ = '0.6.19'
__version__ = '0.6.20'

View file

@ -55,8 +55,8 @@ app = BUNDLE(exe,
info_plist={
'NSHighResolutionCapable': 'True',
'LSUIElement': '1',
'CFBundleShortVersionString': '0.6.19',
'CFBundleVersion': '0.6.19',
'CFBundleShortVersionString': '0.6.20',
'CFBundleVersion': '0.6.20',
'NSAppleEventsUsageDescription': 'Please allow',
'SUFeedURL': 'https://borgbase.github.io/vorta/appcast.xml',
'LSEnvironment': {