Skip to content

Commit 227b922

Browse files
author
Marduk Bolaños
committed
Version 2.21.4
1 parent c1f0201 commit 227b922

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.3
1+
2.21.4

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.3"
4+
__version__ = "2.21.4"
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.3'
1730+
ROBOT_LIBRARY_VERSION = '2.21.4'

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.3"
4+
__version__ = "2.21.4"
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.3'
1732+
ROBOT_LIBRARY_VERSION = '2.21.4'

python/src/version.py

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

0 commit comments

Comments
 (0)