Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Nov 8, 2024
1 parent 7e7d7d1 commit 7870f69
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.4.0
# Version 2.0.0
#


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

class RFSwarmAgent():

version = "1.4.0"
version = "2.0.0"
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.4.0
# Version 2.0.0
#

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


class RFSwarmBase:
version = "1.4.0"
version = "2.0.0"
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.4.0
# Version 2.0.0
#

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


class ReporterBase():
version = "1.4.0"
version = "2.0.0"
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.4.0",
version="2.0.0",
author="damies13",
author_email="[email protected]",
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 @@ -10,7 +10,7 @@

setup(
name="rfswarm-manager",
version="1.4.0",
version="2.0.0",
author="damies13",
author_email="[email protected]",
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.4.0",
version="2.0.0",
author="damies13",
author_email="[email protected]",
description="rfswarm reporter",
Expand Down

0 comments on commit 7870f69

Please sign in to comment.