We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097bb27 commit 4d602c9Copy full SHA for 4d602c9
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [1.20.1] - 2023-10-25
12
+
13
### Added
14
15
- Add set_log_level for controller and node
debian/changelog
@@ -1,3 +1,13 @@
1
+python-linstor (1.20.1-1) experimental; urgency=medium
2
3
+ [ Gabor Hernadi ]
4
+ * N,C: Add set_log_level method
5
6
+ [ Rene Peinthor ]
7
+ * update linstor-common
+ -- Rene Peinthor <rene.peinthor@linbit.com> Wed, 25 Oct 2023 04:29:22 +0000
python-linstor (1.20.0-1) experimental; urgency=medium
[ Gabor Hernadi ]
linstor/version.py
@@ -1 +1 @@
-VERSION = "1.20.0"
+VERSION = "1.20.1"
0 commit comments