mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
Bump version
This commit is contained in:
parent
d86bbf1cbd
commit
0e24bc00c2
6 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.6.21
|
||||
current_version = 0.6.22
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:Makefile]
|
||||
|
|
12
Makefile
12
Makefile
|
@ -19,15 +19,15 @@ Vorta.dmg-Vagrant:
|
|||
vagrant halt darwin64
|
||||
cp -R bin/darwin/Sparkle.framework dist/Vorta.app/Contents/Frameworks/
|
||||
cd dist; codesign --deep --sign 'Developer ID Application: Manuel Riel (CNMSCAXT48)' Vorta.app
|
||||
sleep 2; appdmg appdmg.json dist/vorta-0.6.21.dmg
|
||||
sleep 2; appdmg appdmg.json dist/vorta-0.6.22.dmg
|
||||
|
||||
Vorta.dmg: Vorta.app
|
||||
# sleep 2; cd dist; zip -9rq vorta-0.6.21.zip Vorta.app
|
||||
rm -rf dist/vorta-0.6.21.dmg
|
||||
sleep 2; appdmg appdmg.json dist/vorta-0.6.21.dmg
|
||||
# sleep 2; cd dist; zip -9rq vorta-0.6.22.zip Vorta.app
|
||||
rm -rf dist/vorta-0.6.22.dmg
|
||||
sleep 2; appdmg appdmg.json dist/vorta-0.6.22.dmg
|
||||
|
||||
github-release: Vorta.dmg-Vagrant
|
||||
hub release create --attach=dist/vorta-0.6.21.dmg v0.6.21
|
||||
hub release create --attach=dist/vorta-0.6.22.dmg v0.6.22
|
||||
git checkout gh-pages
|
||||
git commit -m 'rebuild pages' --allow-empty
|
||||
git push upstream gh-pages
|
||||
|
@ -35,7 +35,7 @@ github-release: Vorta.dmg-Vagrant
|
|||
|
||||
pypi-release: translations-to-qm
|
||||
python setup.py sdist
|
||||
twine upload dist/vorta-0.6.21.tar.gz
|
||||
twine upload dist/vorta-0.6.22.tar.gz
|
||||
|
||||
bump-version: ## Add new version tag and push to upstream repo.
|
||||
bumpversion patch
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = vorta
|
||||
author = Manuel Riel
|
||||
description = A GUI for BorgBackup
|
||||
version = 0.6.21
|
||||
version = 0.6.22
|
||||
url = https://github.com/borgbase/vorta
|
||||
keywords =
|
||||
backup
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.6.21'
|
||||
__version__ = '0.6.22'
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="v0.6.21" date="2019-06-20">
|
||||
<release version="v0.6.22" date="2019-08-03">
|
||||
</release>
|
||||
</releases>
|
||||
<url type="bugtracker">https://github.com/borgbase/vorta/issues</url>
|
||||
|
|
|
@ -55,8 +55,8 @@ app = BUNDLE(exe,
|
|||
info_plist={
|
||||
'NSHighResolutionCapable': 'True',
|
||||
'LSUIElement': '1',
|
||||
'CFBundleShortVersionString': '0.6.21',
|
||||
'CFBundleVersion': '0.6.21',
|
||||
'CFBundleShortVersionString': '0.6.22',
|
||||
'CFBundleVersion': '0.6.22',
|
||||
'NSAppleEventsUsageDescription': 'Please allow',
|
||||
'SUFeedURL': 'https://borgbase.github.io/vorta/appcast.xml',
|
||||
'LSEnvironment': {
|
||||
|
|
Loading…
Reference in a new issue