Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
awit-backstep
Commits
c29d9769
Commit
c29d9769
authored
May 12, 2020
by
Nigel Kukard
Browse files
Bumped version to 0.2.12
parent
2968b293
Pipeline
#5650
failed with stage
in 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
awit_backstep/__init__.py
View file @
c29d9769
...
...
@@ -29,7 +29,7 @@ from .datasources import DatasourcePluginBase
from
.notifiers
import
NotifierList
,
NotifierPluginBase
from
.plugin
import
PluginCollection
__VERSION__
=
'0.2.1
1
'
__VERSION__
=
'0.2.1
2
'
CONFIG_FILE
=
'/etc/awit-backstep/auto-backup.ini'
PID_FILE
=
'/run/awit-backstep.lock'
...
...
awit_backstep/datasources/libvirt.py
View file @
c29d9769
...
...
@@ -30,7 +30,7 @@ from ..util import chunks
from
.
import
(
BackupArchivePaths
,
BackupSet
,
DatasourceError
,
DatasourcePluginBase
)
__VERSION__
=
'0.1.
0
'
__VERSION__
=
'0.1.
1
'
class
LibvirtBackupArchive
(
BackupArchivePaths
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment