File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ AutoItLibrary
22=============
33[ ![ Latest Version] ( https://img.shields.io/pypi/v/robotframework-autoitlibrary.svg )] ( https://pypi.python.org/pypi/robotframework-autoitlibrary )
44
5- Changelog:
6- 2020/09/28 Return PID of the launched application using "Run" keyword
7- 2018/06/29 Added Python 3 support
5+ Changelog:
6+ 2024/10/16 Fix AutoItX3.dll register issue.
7+ 2020/09/28 Return PID of the launched application using "Run" keyword.
8+ 2018/06/29 Added Python 3 support.
89
910Introduction
1011------------
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def getWin32ComRomingPath():
108108 # Do the distutils installation
109109 #
110110 setup (name = "robotframework-autoitlibrary" ,
111- version = "1.2.8 " ,
111+ version = "1.2.9 " ,
112112 description = "AutoItLibrary for Robot Framework" ,
113113 author = "Joe Hisaishi" ,
114114 author_email = "[email protected] " ,
You can’t perform that action at this time.
0 commit comments