Skip to content

Commit 86b75d1

Browse files
author
Marduk Bolaños
committed
Version 2.21.7
1 parent 31d1f4f commit 86b75d1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.21.6
1+
2.21.7

docs/RoboSAPiens.DE.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/RoboSAPiens.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

python/src/RoboSAPiens/DE/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from robot.api.deco import keyword
22
from RoboSAPiens.client import RoboSAPiensClient
33

4-
__version__ = "2.21.6"
4+
__version__ = "2.21.7"
55

66
class DE(RoboSAPiensClient):
77
"""
@@ -1727,4 +1727,4 @@ def maximize_window(self): # type: ignore
17271727
return super()._run_keyword('MaximizeWindow', args, kwargs, result) # type: ignore
17281728

17291729
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
1730-
ROBOT_LIBRARY_VERSION = '2.21.6'
1730+
ROBOT_LIBRARY_VERSION = '2.21.7'

python/src/RoboSAPiens/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from robot.api.deco import keyword
22
from RoboSAPiens.client import RoboSAPiensClient
33

4-
__version__ = "2.21.6"
4+
__version__ = "2.21.7"
55

66
class RoboSAPiens(RoboSAPiensClient):
77
"""
@@ -1729,4 +1729,4 @@ def maximize_window(self): # type: ignore
17291729
return super()._run_keyword('MaximizeWindow', args, kwargs, result) # type: ignore
17301730

17311731
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
1732-
ROBOT_LIBRARY_VERSION = '2.21.6'
1732+
ROBOT_LIBRARY_VERSION = '2.21.7'

python/src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.21.6'
1+
__version__ = '2.21.7'

0 commit comments

Comments
 (0)