Skip to content

Commit

Permalink
prepare release v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jul 19, 2023
1 parent 7c274f7 commit 9f11a22
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.19.0] - 2023-07-19

### Added

- Added backup queue list methods

## [1.18.0] - 2023-04-17

### Added
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
python-linstor (1.19.0-1) experimental; urgency=medium

[ Johanna Kucera ]
* BackupShipping: add queue list command

[ Rene Peinthor ]
* linstorapi: fix typos in docstrings

-- Rene Peinthor <rene.peinthor@linbit.com> Wed, 19 Jul 2023 11:15:08 +0000

python-linstor (1.18.0-1) experimental; urgency=medium

[ Gabor Hernadi ]
Expand Down
2 changes: 1 addition & 1 deletion linstor/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.18.0"
VERSION = "1.19.0"

0 comments on commit 9f11a22

Please sign in to comment.