Skip to content

Commit 302ce0d

Browse files
committed
prepare release v1.25.3
1 parent e418618 commit 302ce0d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [1.25.3] - 2025-04-10
12+
1113
### Added
1214

1315
- Add TLS certificate options to "curl" debug output

debian/changelog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
python-linstor (1.25.3-1) experimental; urgency=medium
2+
3+
[ Moritz Wanzenböck ]
4+
* api: fix error_report_delete
5+
* add TLS certs to curl debug output
6+
7+
[ Rene Peinthor ]
8+
* resource_dfn_clone: Fix exception if curl option was set
9+
10+
-- Rene Peinthor <[email protected]> Thu, 10 Apr 2025 11:45:40 +0000
11+
112
python-linstor (1.25.2-1) experimental; urgency=medium
213

314
* remove replication_state and %, but added instead replication_states

linstor/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.25.2"
1+
VERSION = "1.25.3"

0 commit comments

Comments
 (0)