Skip to content

Commit 3df1b53

Browse files
committed
prepare release v1.7.0
1 parent fe0815d commit 3df1b53

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

debian/changelog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
python-linstor (1.7.0-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* linstorapi: fix expected return type
5+
* setup.py: update classifiers
6+
* use latest linstor-common
7+
* gitlab-ci: trigger linstor-tests on jenkins push
8+
* setup.py: make checkuptodate step unicode aware
9+
10+
[ Moritz "WanzenBug" Wanzenböck ]
11+
* gitmodules: unset update strategy
12+
* Add option to re-use a client object in high-level API
13+
* Relicense as LGPLv3
14+
* py2: fix encoding compat
15+
* add missing existing_client argument for ResourceGroup
16+
* use storage_pool_list in hihg-level resource group
17+
18+
[ Gabor Hernadi ]
19+
* sp-create: added external_locking
20+
* linstor-pools: add exos support
21+
* RG: add diskless-storpool-list filter
22+
* RG,create: only add aditional_count if necessary
23+
24+
-- Rene Peinthor <[email protected]> Tue, 27 Apr 2021 11:33:44 +0000
25+
126
python-linstor (1.6.0-1) experimental; urgency=medium
227

328
[ Rene Peinthor ]

linstor/version.py

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

0 commit comments

Comments
 (0)