Skip to content

Commit

Permalink
prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Aug 12, 2019
1 parent 9fa42b4 commit 4efb9d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -42,7 +42,7 @@ FROM registry.access.redhat.com/ubi7/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

# 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" \
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
linstor-client (1.0.1-1) experimental; urgency=medium

[ Roland Kammerer ]
* table: fix utf-8 problem

-- Rene Peinthor <rene.peinthor@linbit.com> Mon, 12 Aug 2019 07:55:55 +0200

linstor-client (1.0.0-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 = "1.0.0"
VERSION = "1.0.1"

try:
from linstor.consts_githash import GITHASH
Expand Down

0 comments on commit 4efb9d6

Please sign in to comment.