We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a360d commit 28361c6Copy full SHA for 28361c6
ReadMe.md
@@ -1,10 +1,10 @@
1
-AutoItLibrary
+AutoItLibrary
2
=============
3
[](https://pypi.python.org/pypi/robotframework-autoitlibrary)
4
5
Changelog:
6
-
7
- Added Python 3 support
+ 2020/09/28 Return PID of the launched application using "Run" keyword
+ 2018/06/29 Added Python 3 support
8
9
Introduction
10
------------
setup.py
@@ -95,7 +95,7 @@
95
# Do the distutils installation
96
#
97
setup(name = "robotframework-autoitlibrary",
98
- version = "1.2.5",
+ version = "1.2.6",
99
description = "AutoItLibrary for Robot Framework",
100
author = "Joe Hisaishi",
101
author_email = "[email protected]",
0 commit comments