From 13dc3cd9a93ec7ef7841f4952d6d224a1612a40f Mon Sep 17 00:00:00 2001 From: Dave Amies Date: Thu, 20 May 2021 23:31:50 +1000 Subject: [PATCH] Update version to 0.7.1 --- rfswarm_agent/rfswarm_agent.py | 4 ++-- rfswarm_manager/rfswarm.py | 4 ++-- setup-agent.py | 2 +- setup-manager.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rfswarm_agent/rfswarm_agent.py b/rfswarm_agent/rfswarm_agent.py index c6e3c5ad7..a5b244112 100644 --- a/rfswarm_agent/rfswarm_agent.py +++ b/rfswarm_agent/rfswarm_agent.py @@ -2,7 +2,7 @@ # # Robot Framework Swarm # -# Version 0.7.0 +# Version 0.7.1 # @@ -41,7 +41,7 @@ class RFSwarmAgent(): - version="0.7.0" + version="0.7.1" config = None isconnected = False isrunning = False diff --git a/rfswarm_manager/rfswarm.py b/rfswarm_manager/rfswarm.py index cfd8973ae..11c660353 100644 --- a/rfswarm_manager/rfswarm.py +++ b/rfswarm_manager/rfswarm.py @@ -2,7 +2,7 @@ # # Robot Framework Swarm # Manager -# Version 0.7.0 +# Version 0.7.1 # # Helpful links @@ -449,7 +449,7 @@ def log_request(self, code='-', size='-'): class RFSwarmBase: - version="0.7.0" + version="0.7.1" debuglvl = 0 config = None diff --git a/setup-agent.py b/setup-agent.py index f5ff609e6..7277871ac 100644 --- a/setup-agent.py +++ b/setup-agent.py @@ -5,7 +5,7 @@ setuptools.setup( name="rfswarm-agent", - version="0.7.0", + version="0.7.1", author="damies13", author_email="damies13+rfswarm@gmail.com", description="rfswarm Agent", diff --git a/setup-manager.py b/setup-manager.py index be5039bc1..88795ada3 100644 --- a/setup-manager.py +++ b/setup-manager.py @@ -5,7 +5,7 @@ setuptools.setup( name="rfswarm-manager", - version="0.7.0", + version="0.7.1", author="damies13", author_email="damies13+rfswarm@gmail.com", description="rfswarm manager",