Skip to content

Commit 72bbf5b

Browse files
committed
python-linstor 0.7.1
1 parent b69f3de commit 72bbf5b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
python-linstor (0.7.1-1) experimental; urgency=medium
2+
3+
[ Rene Peinthor ]
4+
* linstorapi: add node reconnect call
5+
* make: add gensrc dependency to install target
6+
7+
[ Joel Colledge ]
8+
* Create snapshots using reactive approach
9+
* Remove unused and non-existent imports
10+
11+
-- Rene Peinthor <[email protected]> Mon, 12 Nov 2018 11:47:52 +0100
12+
113
python-linstor (0.7.0-1) experimental; urgency=medium
214

315
[ Joel Colledge ]

linstor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .errors import LinstorError, LinstorTimeoutError, LinstorNetworkError
99
from . import sharedconsts as consts
1010

11-
VERSION = "0.7.0"
11+
VERSION = "0.7.1"
1212

1313
try:
1414
from linstor.consts_githash import GITHASH

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def run(self):
6767

6868
setup(
6969
name="python-linstor",
70-
version='0.7.0',
70+
version='0.7.1',
7171
description="Linstor python api",
7272
long_description="Python linstor api interface",
7373
url='https://www.linbit.com',

0 commit comments

Comments
 (0)