Skip to content

Commit 3107b3f

Browse files
committed
prepare release v1.2.0
1 parent e4988ae commit 3107b3f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

debian/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
python-linstor (1.2.0-1) experimental; urgency=medium
2+
3+
* add sos-report support
4+
* responses-errorreport: add new fields
5+
* use latest linstor-common
6+
* linstorapi: fix resource_dfn_props_list filtering
7+
* responses: survive apicalls without a message
8+
* linstorapi: fix curl mode on requests
9+
* sos-report: better query arg concat
10+
* linstorapi: remove last traces of ProtoMessageResponse
11+
* doc: fix docstrings and sphinx docs
12+
* linstorapi: support modify resource group on resource definition
13+
* use single StorDriver/StorPoolName property for newer API
14+
* linstor-common: update, use property infos
15+
* linstorapi: add resource activate/deactivate
16+
* linstorapi: add snapshot_ship method
17+
* linstorapi/rsc-create: add inactive flag
18+
* responses: add Snapshot class and Resource.create_datetime()
19+
* linstor-common: use rebased master/snapshot-shipping
20+
* linstor-common: use input file modification date for copyright range
21+
22+
-- Rene Peinthor <[email protected]> Mon, 03 Aug 2020 10:16:09 +0000
23+
124
python-linstor (1.1.2-1) experimental; urgency=medium
225

326
* linstorapi: python2.7 fix str type checks

linstor/__init__.py

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

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

0 commit comments

Comments
 (0)