Skip to content

Commit 7d27273

Browse files
authored
Merge pull request #93 from dersecure/master
Bumping to version 1.1.5
2 parents 329d9da + aec5e2a commit 7d27273

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='pysunspec2',
12-
version='1.1.4',
12+
version='1.1.5',
1313
description='Python SunSpec Tools',
1414
author='SunSpec Alliance',
1515
author_email='support@sunspec.org',

sunspec2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# pySunSpec version
2-
VERSION = '1.0.9'
2+
VERSION = '1.1.5'

sunspec2/modbus/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222

2323
import time
2424
import uuid
25-
import sunspec2.mdef as mdef
26-
import sunspec2.device as device
27-
import sunspec2.mb as mb
25+
from sunspec2 import mdef, device, mb
2826
import sunspec2.modbus.modbus as modbus_client
2927

3028
TEST_NAME = 'test_name'

0 commit comments

Comments
 (0)