From 4efb9d620294dfe50b8a3724d75932b072116c70 Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Mon, 12 Aug 2019 07:58:08 +0200 Subject: [PATCH] prepare release v1.0.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 319b138..f6cf155 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM centos:centos7 as builder -ENV LINSTOR_CLI_VERSION 1.0.0 +ENV LINSTOR_CLI_VERSION 1.0.1 ENV PYTHON_LINSTOR_VERSION 1.0.0 ENV LINSTOR_CLI_PKGNAME linstor-client @@ -42,7 +42,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.0.0 +ENV LINSTOR_CLI_VERSION 1.0.1 ARG release=1 LABEL name="linstor-client" \ diff --git a/debian/changelog b/debian/changelog index a9b3ff5..5de4020 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linstor-client (1.0.1-1) experimental; urgency=medium + + [ Roland Kammerer ] + * table: fix utf-8 problem + + -- Rene Peinthor Mon, 12 Aug 2019 07:55:55 +0200 + linstor-client (1.0.0-1) experimental; urgency=medium [ Rene Peinthor ] diff --git a/linstor_client/consts.py b/linstor_client/consts.py index 7a31cd0..d5fbb63 100644 --- a/linstor_client/consts.py +++ b/linstor_client/consts.py @@ -21,7 +21,7 @@ Global constants for linstor """ -VERSION = "1.0.0" +VERSION = "1.0.1" try: from linstor.consts_githash import GITHASH