From 655384414649017ea6f3b2e3a463f01b8324c703 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Wed, 28 Apr 2021 06:50:28 +0000 Subject: [PATCH] prepare release v1.7.1 --- Dockerfile | 4 ++-- debian/changelog | 7 +++++++ linstor_client/consts.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5578b96..6c68f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM centos:centos7 as builder -ENV LINSTOR_CLI_VERSION 1.7.0 +ENV LINSTOR_CLI_VERSION 1.7.1 ENV PYTHON_LINSTOR_VERSION 1.7.0 ENV LINSTOR_CLI_PKGNAME linstor-client @@ -45,7 +45,7 @@ FROM registry.access.redhat.com/ubi7/ubi MAINTAINER Roland Kammerer # ENV can not be shared between builder and "main" -ENV LINSTOR_CLI_VERSION 1.7.0 +ENV LINSTOR_CLI_VERSION 1.7.1 ARG release=1 LABEL name="linstor-client" \ diff --git a/debian/changelog b/debian/changelog index 56744ad..ed2bbd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linstor-client (1.7.1-1) experimental; urgency=medium + + * setup.cfg: build-requires is deprecated + * rsc-cmds: involved remove debug output and fix removing elements + + -- Rene Peinthor Wed, 28 Apr 2021 06:50:15 +0000 + linstor-client (1.7.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor_client/consts.py b/linstor_client/consts.py index f6af938..d715e8b 100644 --- a/linstor_client/consts.py +++ b/linstor_client/consts.py @@ -21,7 +21,7 @@ Global constants for linstor client """ -VERSION = "1.7.0" +VERSION = "1.7.1" try: from linstor_client.consts_githash import GITHASH