From afca05050afb400284b972626eb87f2836da4cd4 Mon Sep 17 00:00:00 2001 From: damies13 Date: Thu, 22 Feb 2024 15:43:44 +1000 Subject: [PATCH] Update version to 1.3.0 --- README.md | 8 ++++---- rfswarm_agent/rfswarm_agent.py | 4 ++-- rfswarm_manager/rfswarm.py | 4 ++-- rfswarm_reporter/rfswarm_reporter.py | 4 ++-- setup-agent.py | 2 +- setup-manager.py | 2 +- setup-reporter.py | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 308f48159..97e9446b4 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ | Master | Branch | | -- | -- | -| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=master&label=Linter)](https://github.com/damies13/rfswarm/actions/workflows/superlinter.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=master&label=Linter) | -| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=master&label=Regression%20Tests)](https://github.com/damies13/rfswarm/actions/workflows/Regression_Tests.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=master&label=Regression%20Tests) | -| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=master&label=Linter)](https://github.com/damies13/rfswarm/actions/workflows/superlinter.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=master&label=Linter) | -| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=master&label=Regression%20Tests)](https://github.com/damies13/rfswarm/actions/workflows/Regression_Tests.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=master&label=Regression%20Tests) | +| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=master&label=Linter)](https://github.com/damies13/rfswarm/actions/workflows/superlinter.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=v1.3.0&label=Linter) | +| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=master&label=Regression%20Tests)](https://github.com/damies13/rfswarm/actions/workflows/Regression_Tests.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=v1.3.0&label=Regression%20Tests) | +| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=master&label=Linter)](https://github.com/damies13/rfswarm/actions/workflows/superlinter.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/superlinter.yml?branch=v1.3.0&label=Linter) | +| [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=master&label=Regression%20Tests)](https://github.com/damies13/rfswarm/actions/workflows/Regression_Tests.yml) | ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/damies13/rfswarm/Regression_Tests.yml?branch=v1.3.0&label=Regression%20Tests) | diff --git a/rfswarm_agent/rfswarm_agent.py b/rfswarm_agent/rfswarm_agent.py index 24951780c..cef4b6313 100644 --- a/rfswarm_agent/rfswarm_agent.py +++ b/rfswarm_agent/rfswarm_agent.py @@ -2,7 +2,7 @@ # # Robot Framework Swarm # -# Version 1.2.1 +# Version 1.3.0 # @@ -42,7 +42,7 @@ class RFSwarmAgent(): - version = "1.2.1" + version = "1.3.0" config = None isconnected = False isrunning = False diff --git a/rfswarm_manager/rfswarm.py b/rfswarm_manager/rfswarm.py index ac3b181d5..7c707c5ad 100644 --- a/rfswarm_manager/rfswarm.py +++ b/rfswarm_manager/rfswarm.py @@ -2,7 +2,7 @@ # # Robot Framework Swarm # Manager -# Version 1.2.1 +# Version 1.3.0 # # Helpful links @@ -447,7 +447,7 @@ def log_request(self, code='-', size='-'): class RFSwarmBase: - version = "1.2.1" + version = "1.3.0" debuglvl = 0 config = None diff --git a/rfswarm_reporter/rfswarm_reporter.py b/rfswarm_reporter/rfswarm_reporter.py index c6e7e5752..b1463cd82 100644 --- a/rfswarm_reporter/rfswarm_reporter.py +++ b/rfswarm_reporter/rfswarm_reporter.py @@ -2,7 +2,7 @@ # # Robot Framework Swarm # Reporter -# Version 1.2.1 +# Version 1.3.0 # import argparse @@ -120,7 +120,7 @@ def finalize(self): class ReporterBase(): - version = "1.2.1" + version = "1.3.0" debuglvl = 0 save_ini = True diff --git a/setup-agent.py b/setup-agent.py index e9f6f89de..d827a5c22 100644 --- a/setup-agent.py +++ b/setup-agent.py @@ -5,7 +5,7 @@ setuptools.setup( name="rfswarm-agent", - version="1.2.1", + version="1.3.0", author="damies13", author_email="damies13+rfswarm@gmail.com", description="rfswarm Agent", diff --git a/setup-manager.py b/setup-manager.py index 25adf782e..3114571d1 100644 --- a/setup-manager.py +++ b/setup-manager.py @@ -5,7 +5,7 @@ setuptools.setup( name="rfswarm-manager", - version="1.2.1", + version="1.3.0", author="damies13", author_email="damies13+rfswarm@gmail.com", description="rfswarm manager", diff --git a/setup-reporter.py b/setup-reporter.py index 7804df5a5..efcdbb35f 100644 --- a/setup-reporter.py +++ b/setup-reporter.py @@ -5,7 +5,7 @@ setuptools.setup( name="rfswarm-reporter", - version="1.2.1", + version="1.3.0", author="damies13", author_email="damies13+rfswarm@gmail.com", description="rfswarm reporter",