Skip to content

Commit f959bbe

Browse files
committed
prepare release v1.25.1
1 parent 03fc91a commit f959bbe

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-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.1] - 2025-04-02
12+
1113
### Fixed
1214

1315
- Correctly encode all rest url path calls

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
python-linstor (1.25.1-1) experimental; urgency=medium
2+
3+
* linstorapi: Correctly encode all rest url path calls
4+
* linstor-common update
5+
6+
-- Rene Peinthor <[email protected]> Wed, 02 Apr 2025 07:57:55 +0000
7+
18
python-linstor (1.25.0-1) experimental; urgency=medium
29

310
* responses: add repl state and done_percentage

linstor/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.25.0"
1+
VERSION = "1.25.1"

0 commit comments

Comments
 (0)