Skip to content

Commit 9f11a22

Browse files
committed
prepare release v1.19.0
1 parent 7c274f7 commit 9f11a22

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [1.19.0] - 2023-07-19
12+
13+
### Added
14+
15+
- Added backup queue list methods
16+
1117
## [1.18.0] - 2023-04-17
1218

1319
### Added

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
python-linstor (1.19.0-1) experimental; urgency=medium
2+
3+
[ Johanna Kucera ]
4+
* BackupShipping: add queue list command
5+
6+
[ Rene Peinthor ]
7+
* linstorapi: fix typos in docstrings
8+
9+
-- Rene Peinthor <[email protected]> Wed, 19 Jul 2023 11:15:08 +0000
10+
111
python-linstor (1.18.0-1) experimental; urgency=medium
212

313
[ Gabor Hernadi ]

linstor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.18.0"
1+
VERSION = "1.19.0"

0 commit comments

Comments
 (0)