Skip to content

Commit a942feb

Browse files
committed
v2.3.1
Signed-off-by: Alexandre Bruyelles <jack@jack.fr.eu.org>
1 parent 47affe6 commit a942feb

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ PENDING
33

44
**Notable changes**:
55

6+
Version 2.3.1
7+
---
8+
9+
**Notable changes**:
10+
* Support python 3.12
11+
612
Version 2.3.0
713
---
814

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
backurne (2.3.1) UNRELEASED; urgency=medium
2+
3+
* Support python 3.12
4+
5+
-- Alexandre Bruyelles <backurne@jack.fr.eu.org> Sat, 13 Jul 2024 17:08:19 +0100
6+
17
backurne (2.3.0) UNRELEASED; urgency=medium
28

39
* Report time to influxdb

man/backurne.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH backurne 1 "30 Jul 2022" "2.3.0" "backurne man page"
1+
.TH backurne 1 "13 Jul 2024" "2.3.1" "backurne man page"
22
.SH NAME
33
backurne \- backup Ceph's RBD on Ceph, with Proxmox integration
44
.SH SYNOPSIS

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='backurne',
8-
version='2.3.0',
8+
version='2.3.1',
99
author='Alexandre Bruyelles',
1010
author_email='backurne@jack.fr.eu.org',
1111
description="Backup Ceph's RBD on Ceph, with Proxmox integration",

src/backurne/backurne.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from . import stats
2727

2828

29-
VERSION = '2.3.0'
29+
VERSION = '2.3.1'
3030

3131

3232
def handle_exc(func):

0 commit comments

Comments
 (0)