Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Bruyelles <[email protected]>
  • Loading branch information
JackSlateur committed Jul 13, 2024
1 parent 47affe6 commit a942feb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ PENDING

**Notable changes**:

Version 2.3.1
---

**Notable changes**:
* Support python 3.12

Version 2.3.0
---

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 (2.3.1) UNRELEASED; urgency=medium

* Support python 3.12

-- Alexandre Bruyelles <[email protected]> Sat, 13 Jul 2024 17:08:19 +0100

backurne (2.3.0) UNRELEASED; urgency=medium

* Report time to influxdb
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 "30 Jul 2022" "2.3.0" "backurne man page"
.TH backurne 1 "13 Jul 2024" "2.3.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='2.3.0',
version='2.3.1',
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 @@ -26,7 +26,7 @@
from . import stats


VERSION = '2.3.0'
VERSION = '2.3.1'


def handle_exc(func):
Expand Down

0 comments on commit a942feb

Please sign in to comment.