Skip to content

Commit

Permalink
v1.2.9 release
Browse files Browse the repository at this point in the history
Fix AutoItX3.dll register issue.
  • Loading branch information
lucyking committed Oct 29, 2024
1 parent fd6caf2 commit 4320620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ AutoItLibrary
=============
[![Latest Version](https://img.shields.io/pypi/v/robotframework-autoitlibrary.svg)](https://pypi.python.org/pypi/robotframework-autoitlibrary)

Changelog:
2020/09/28 Return PID of the launched application using "Run" keyword
2018/06/29 Added Python 3 support
Changelog:
2024/10/16 Fix AutoItX3.dll register issue.
2020/09/28 Return PID of the launched application using "Run" keyword.
2018/06/29 Added Python 3 support.

Introduction
------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def getWin32ComRomingPath():
# Do the distutils installation
#
setup(name = "robotframework-autoitlibrary",
version = "1.2.8",
version = "1.2.9",
description = "AutoItLibrary for Robot Framework",
author = "Joe Hisaishi",
author_email = "joehisaishi1943@gmail.com",
Expand Down

0 comments on commit 4320620

Please sign in to comment.