Skip to content

Commit

Permalink
prepare release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Aug 3, 2020
1 parent e4988ae commit 3107b3f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
python-linstor (1.2.0-1) experimental; urgency=medium

* add sos-report support
* responses-errorreport: add new fields
* use latest linstor-common
* linstorapi: fix resource_dfn_props_list filtering
* responses: survive apicalls without a message
* linstorapi: fix curl mode on requests
* sos-report: better query arg concat
* linstorapi: remove last traces of ProtoMessageResponse
* doc: fix docstrings and sphinx docs
* linstorapi: support modify resource group on resource definition
* use single StorDriver/StorPoolName property for newer API
* linstor-common: update, use property infos
* linstorapi: add resource activate/deactivate
* linstorapi: add snapshot_ship method
* linstorapi/rsc-create: add inactive flag
* responses: add Snapshot class and Resource.create_datetime()
* linstor-common: use rebased master/snapshot-shipping
* linstor-common: use input file modification date for copyright range

-- Rene Peinthor <rene.peinthor@linbit.com> Mon, 03 Aug 2020 10:16:09 +0000

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

* linstorapi: python2.7 fix str type checks
Expand Down
2 changes: 1 addition & 1 deletion linstor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "1.1.2"
VERSION = "1.2.0"

from .linstorapi import ApiCallResponse, ErrorReport
from .linstorapi import Linstor, MultiLinstor
Expand Down

0 comments on commit 3107b3f

Please sign in to comment.