Skip to content

Commit

Permalink
Update version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent c3f7325 commit 48f58cd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions rfswarm_agent/rfswarm_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Robot Framework Swarm
#
# Version 1.2.0
# Version 1.2.1
#


Expand Down Expand Up @@ -38,7 +38,7 @@

class RFSwarmAgent():

version = "1.2.0"
version = "1.2.1"
config = None
isconnected = False
isrunning = False
Expand Down
4 changes: 2 additions & 2 deletions rfswarm_manager/rfswarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Robot Framework Swarm
# Manager
# Version 1.2.0
# Version 1.2.1
#

# Helpful links
Expand Down Expand Up @@ -447,7 +447,7 @@ def log_request(self, code='-', size='-'):


class RFSwarmBase:
version = "1.2.0"
version = "1.2.1"
debuglvl = 0

config = None
Expand Down
4 changes: 2 additions & 2 deletions rfswarm_reporter/rfswarm_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Robot Framework Swarm
# Reporter
# Version 1.2.0
# Version 1.2.1
#

import argparse
Expand Down Expand Up @@ -120,7 +120,7 @@ def finalize(self):


class ReporterBase():
version = "1.2.0"
version = "1.2.1"
debuglvl = 0

save_ini = True
Expand Down
2 changes: 1 addition & 1 deletion setup-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rfswarm-agent",
version="1.2.0",
version="1.2.1",
author="damies13",
author_email="damies13+rfswarm@gmail.com",
description="rfswarm Agent",
Expand Down
2 changes: 1 addition & 1 deletion setup-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rfswarm-manager",
version="1.2.0",
version="1.2.1",
author="damies13",
author_email="damies13+rfswarm@gmail.com",
description="rfswarm manager",
Expand Down
2 changes: 1 addition & 1 deletion setup-reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rfswarm-reporter",
version="1.2.0",
version="1.2.1",
author="damies13",
author_email="damies13+rfswarm@gmail.com",
description="rfswarm reporter",
Expand Down

0 comments on commit 48f58cd

Please sign in to comment.