Skip to content

Commit d8c9a43

Browse files
committed
prepare release v1.0.0
1 parent e994baf commit d8c9a43

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
python-linstor (1.0.0-1) experimental; urgency=medium
2+
3+
[ Hayley Swimelar ]
4+
* Unable to connect message grammar is incorrect
5+
6+
[ Rene Peinthor ]
7+
* linstorapi: add parse_volume_size and LinstorArgumentError
8+
* linstorapi: add resource_group and volume_group methods
9+
* responses/ResourceDefinition: add resource_group_name property
10+
* linstorapi/rscdfn: rscdfn create allow linking of a specific rsc grp
11+
* update to latest linstor-common
12+
13+
-- Rene Peinthor <[email protected]> Thu, 08 Aug 2019 10:54:15 +0200
14+
115
python-linstor (0.9.9-1) experimental; urgency=medium
216

317
[ Rene Peinthor ]

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.9.9"
1+
VERSION = "1.0.0"
22

33
from .linstorapi import ApiCallResponse, ErrorReport
44
from .linstorapi import Linstor, MultiLinstor

0 commit comments

Comments
 (0)