mirror of https://github.com/borgbase/vorta
Bump version: 0.2.0 → 0.2.1
This commit is contained in:
parent
3a5eafd061
commit
bfc8d55370
|
@ -1,10 +1,13 @@
|
|||
[bumpversion]
|
||||
current_version = 0.2.0
|
||||
current_version = 0.2.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:Makefile]
|
||||
|
||||
[bumpversion:file:setup.cfg]
|
||||
|
||||
[bumpversion:file:vorta.spec]
|
||||
|
||||
[bumpversion:file:src/vorta/_version.py]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = vorta
|
||||
author = Manuel Riel
|
||||
description = A GUI for BorgBackup
|
||||
version = 0.2.0
|
||||
version = 0.2.1
|
||||
url = https://github.com/borgbase/vorta
|
||||
keywords =
|
||||
backup
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.2.0'
|
||||
__version__ = '0.2.1'
|
||||
|
|
|
@ -42,7 +42,7 @@ app = BUNDLE(exe,
|
|||
info_plist={
|
||||
'NSHighResolutionCapable': 'True',
|
||||
'LSUIElement': '1',
|
||||
'CFBundleShortVersionString': '0.2.0'
|
||||
'CFBundleShortVersionString': '0.2.1'
|
||||
},
|
||||
)
|
||||
if False:
|
||||
|
|
Loading…
Reference in New Issue