Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: JackSlateur <[email protected]>
  • Loading branch information
JackSlateur committed Dec 1, 2019
1 parent 79fef7d commit de37cb9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.1.0

**Notable changes** :
* **Backurne** now supports a hook infrastructure. Action can be performed before and after specific event : for instance, stopping a database slave before backup, and starting it after.

Version 1.0.0

This version is centered around ease of use and reporting. The core algorithm has not changed much, but the release is supposed to be easier for people to use, simplier to understand etc.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion man/backurne.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH backurne 1 "10 Sept 2019" "1.0" "backurne man page"
.TH backurne 1 "01 Dec 2019" "1.1" "backurne man page"
.SH NAME
backurne \- backup Ceph's RBD on Ceph, with Proxmox integration
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/backurne/backurne.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from . import stats


VERSION = '1.0.0'
VERSION = '1.1.0'


def handle_exc(func):
Expand Down

0 comments on commit de37cb9

Please sign in to comment.