diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2f20af9c..ce2edd86 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.16 +current_version = 0.6.17 commit = True tag = True diff --git a/Makefile b/Makefile index 0fb60a65..0509dbf7 100644 --- a/Makefile +++ b/Makefile @@ -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.16.zip Vorta.app - rm -rf dist/vorta-0.6.16.dmg - sleep 2; appdmg appdmg.json dist/vorta-0.6.16.dmg + # sleep 2; cd dist; zip -9rq vorta-0.6.17.zip Vorta.app + rm -rf dist/vorta-0.6.17.dmg + sleep 2; appdmg appdmg.json dist/vorta-0.6.17.dmg github-release: Vorta.dmg - hub release create --attach=dist/vorta-0.6.16.dmg v0.6.16 + hub release create --attach=dist/vorta-0.6.17.dmg v0.6.17 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.16.tar.gz + twine upload dist/vorta-0.6.17.tar.gz bump-version: ## Add new version tag and push to upstream repo. bumpversion patch diff --git a/setup.cfg b/setup.cfg index b9b173bc..65062044 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = vorta author = Manuel Riel description = A GUI for BorgBackup -version = 0.6.16 +version = 0.6.17 url = https://github.com/borgbase/vorta keywords = backup diff --git a/src/vorta/_version.py b/src/vorta/_version.py index e6ce9861..81d1f38b 100644 --- a/src/vorta/_version.py +++ b/src/vorta/_version.py @@ -1 +1 @@ -__version__ = '0.6.16' +__version__ = '0.6.17' diff --git a/vorta.spec b/vorta.spec index e37f0765..c771a64a 100644 --- a/vorta.spec +++ b/vorta.spec @@ -55,8 +55,8 @@ app = BUNDLE(exe, info_plist={ 'NSHighResolutionCapable': 'True', 'LSUIElement': '1', - 'CFBundleShortVersionString': '0.6.16', - 'CFBundleVersion': '0.6.16', + 'CFBundleShortVersionString': '0.6.17', + 'CFBundleVersion': '0.6.17', 'NSAppleEventsUsageDescription': 'Please allow', 'SUFeedURL': 'https://borgbase.github.io/vorta/appcast.xml', 'LSEnvironment': {