Skip to content

Commit

Permalink
prepare release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 18, 2019
1 parent e92557c commit ed765fa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:xenial as builder

ENV PYTHON_LINSTOR_VERSION 0.9.2
ENV PYTHON_LINSTOR_VERSION 0.9.3
ENV PYTHON_LINSTOR_PKGNAME python-linstor
ENV PYTHON_LINSTOR_TGZ ${PYTHON_LINSTOR_PKGNAME}-${PYTHON_LINSTOR_VERSION}.tar.gz

ENV LINSTOR_CLI_VERSION 0.9.2
ENV LINSTOR_CLI_VERSION 0.9.3
ENV LINSTOR_CLI_PKGNAME linstor-client
ENV LINSTOR_TGZ ${LINSTOR_CLI_PKGNAME}-${LINSTOR_CLI_VERSION}.tar.gz

Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
linstor-client (0.9.3-1) experimental; urgency=medium

[ Gabor Hernadi ]
* Added connection status OTHER_CONTROLLER

[ Rene Peinthor ]
* cleanup utils.py and add test_tables unittest
* use ApiCallRcResponse interface, instead of the proto message
* client_main: better help for timeout value

-- Rene Peinthor <rene.peinthor@linbit.com> Thu, 18 Apr 2019 11:32:29 +0200

linstor-client (0.9.2-1) experimental; urgency=medium

[ Rene Peinthor ]
Expand Down
2 changes: 1 addition & 1 deletion linstor_client/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Global constants for linstor
"""

VERSION = "0.9.2"
VERSION = "0.9.3"

try:
from linstor.consts_githash import GITHASH
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ vendor = LINBIT HA-Solutions GmbH
build-requires =
python-setuptools
requires =
python-linstor >= 0.9.2
python-linstor >= 0.9.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def gen_data_files():
"linstor_client.commands"
],
install_requires=[
"python-linstor>=0.9.2"
"python-linstor>=0.9.3"
],
py_modules=["linstor_client_main"],
scripts=["scripts/linstor"],
Expand Down

0 comments on commit ed765fa

Please sign in to comment.