Skip to content

Commit 4320620

Browse files
committed
v1.2.9 release
Fix AutoItX3.dll register issue.
1 parent fd6caf2 commit 4320620

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ReadMe.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

910
Introduction
1011
------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]",

0 commit comments

Comments
 (0)