From 385e7fcc0383c20a5baa5f86bbe89e937f7383a0 Mon Sep 17 00:00:00 2001 From: dianomicbot Date: Mon, 26 Dec 2022 16:34:05 +0000 Subject: [PATCH] VERSION changed Signed-off-by: dianomicbot --- VERSION.south.s7_python | 4 ++-- python/fledge/plugins/south/s7_python/s7_python.py | 2 +- tests/test_south_s7_python.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.south.s7_python b/VERSION.south.s7_python index 17d21dd..ca5bab7 100644 --- a/VERSION.south.s7_python +++ b/VERSION.south.s7_python @@ -1,2 +1,2 @@ -fledge_south_s7_python_version=2.0.1 -fledge_version>=2.0 +fledge_south_s7_python_version=2.1.0 +fledge_version>=2.1 diff --git a/python/fledge/plugins/south/s7_python/s7_python.py b/python/fledge/plugins/south/s7_python/s7_python.py index fd46677..c8bc8c8 100644 --- a/python/fledge/plugins/south/s7_python/s7_python.py +++ b/python/fledge/plugins/south/s7_python/s7_python.py @@ -216,7 +216,7 @@ def plugin_info(): return { 'name': 's7_south_python', - 'version': '2.0.1', + 'version': '2.1.0', 'mode': 'poll', 'type': 'south', 'interface': '1.0', diff --git a/tests/test_south_s7_python.py b/tests/test_south_s7_python.py index b4cec60..85c9186 100644 --- a/tests/test_south_s7_python.py +++ b/tests/test_south_s7_python.py @@ -18,7 +18,7 @@ def test_plugin_info(self): plugin_info = s7.plugin_info() assert plugin_info == { 'name': 's7_south_python', - 'version': '2.0.1', + 'version': '2.1.0', 'mode': 'poll', 'type': 'south', 'interface': '1.0',