mirror of
https://github.com/borgbase/vorta
synced 2025-01-18 13:41:50 +00:00
Bump version: 0.6.17 → 0.6.18
This commit is contained in:
parent
b913c2a900
commit
dc9b23f911
5 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.6.17
|
current_version = 0.6.18
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
10
Makefile
10
Makefile
|
@ -14,12 +14,12 @@ Vorta.app: translations-to-qm
|
||||||
cd dist; codesign --deep --sign 'Developer ID Application: Manuel Riel (CNMSCAXT48)' Vorta.app
|
cd dist; codesign --deep --sign 'Developer ID Application: Manuel Riel (CNMSCAXT48)' Vorta.app
|
||||||
|
|
||||||
Vorta.dmg: Vorta.app
|
Vorta.dmg: Vorta.app
|
||||||
# sleep 2; cd dist; zip -9rq vorta-0.6.17.zip Vorta.app
|
# sleep 2; cd dist; zip -9rq vorta-0.6.18.zip Vorta.app
|
||||||
rm -rf dist/vorta-0.6.17.dmg
|
rm -rf dist/vorta-0.6.18.dmg
|
||||||
sleep 2; appdmg appdmg.json dist/vorta-0.6.17.dmg
|
sleep 2; appdmg appdmg.json dist/vorta-0.6.18.dmg
|
||||||
|
|
||||||
github-release: Vorta.dmg
|
github-release: Vorta.dmg
|
||||||
hub release create --attach=dist/vorta-0.6.17.dmg v0.6.17
|
hub release create --attach=dist/vorta-0.6.18.dmg v0.6.18
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git commit -m 'rebuild pages' --allow-empty
|
git commit -m 'rebuild pages' --allow-empty
|
||||||
git push upstream gh-pages
|
git push upstream gh-pages
|
||||||
|
@ -27,7 +27,7 @@ github-release: Vorta.dmg
|
||||||
|
|
||||||
pypi-release: translations-to-qm
|
pypi-release: translations-to-qm
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
twine upload dist/vorta-0.6.17.tar.gz
|
twine upload dist/vorta-0.6.18.tar.gz
|
||||||
|
|
||||||
bump-version: ## Add new version tag and push to upstream repo.
|
bump-version: ## Add new version tag and push to upstream repo.
|
||||||
bumpversion patch
|
bumpversion patch
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = vorta
|
name = vorta
|
||||||
author = Manuel Riel
|
author = Manuel Riel
|
||||||
description = A GUI for BorgBackup
|
description = A GUI for BorgBackup
|
||||||
version = 0.6.17
|
version = 0.6.18
|
||||||
url = https://github.com/borgbase/vorta
|
url = https://github.com/borgbase/vorta
|
||||||
keywords =
|
keywords =
|
||||||
backup
|
backup
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.6.17'
|
__version__ = '0.6.18'
|
||||||
|
|
|
@ -55,8 +55,8 @@ app = BUNDLE(exe,
|
||||||
info_plist={
|
info_plist={
|
||||||
'NSHighResolutionCapable': 'True',
|
'NSHighResolutionCapable': 'True',
|
||||||
'LSUIElement': '1',
|
'LSUIElement': '1',
|
||||||
'CFBundleShortVersionString': '0.6.17',
|
'CFBundleShortVersionString': '0.6.18',
|
||||||
'CFBundleVersion': '0.6.17',
|
'CFBundleVersion': '0.6.18',
|
||||||
'NSAppleEventsUsageDescription': 'Please allow',
|
'NSAppleEventsUsageDescription': 'Please allow',
|
||||||
'SUFeedURL': 'https://borgbase.github.io/vorta/appcast.xml',
|
'SUFeedURL': 'https://borgbase.github.io/vorta/appcast.xml',
|
||||||
'LSEnvironment': {
|
'LSEnvironment': {
|
||||||
|
|
Loading…
Reference in a new issue