-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: JackSlateur <[email protected]>
- Loading branch information
1 parent
79fef7d
commit de37cb9
Showing
5 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
backurne (1.1.0) UNRELEASED; urgency=medium | ||
|
||
* Add hook support | ||
|
||
-- Alexandre Bruyelles <[email protected]> Mon, 01 Dec 2019 13:40:19 +0100 | ||
|
||
backurne (1.0.0) UNRELEASED; urgency=medium | ||
|
||
* First release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name='backurne', | ||
version='1.0.0', | ||
version='1.1.0', | ||
author='Alexandre Bruyelles', | ||
author_email='[email protected]', | ||
description="Backup Ceph's RBD on Ceph, with Proxmox integration", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
from . import stats | ||
|
||
|
||
VERSION = '1.0.0' | ||
VERSION = '1.1.0' | ||
|
||
|
||
def handle_exc(func): | ||
|