Skip to content

Commit

Permalink
Increment the minor to release all recent changes and features
Browse files Browse the repository at this point in the history
  • Loading branch information
pevogam committed May 7, 2024
1 parent bd6d5eb commit 185dd88
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
guibot (0.51-1) unstable; urgency=medium

* API improvements like standardization and additional convenience methods.
* Support for native (py)tesseract text detection and simpler tessdata setup.

-- Plamen Dimitrov <[email protected]> Thu, 2 May 2024 13:00:00 +0700

guibot (0.50-1) unstable; urgency=medium

* Windows packager script and CI verification.
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright: 2013-2022 Intranet AG and contributors
Copyright: 2013-2024 Intranet AG and contributors
License: LGPLv3+
6 changes: 5 additions & 1 deletion packaging/guibot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%bcond_with opencv

Name: guibot
Version: 0.50
Version: 0.51
Release: 1%{?dist}
Summary: GUI automation tool

Expand Down Expand Up @@ -84,6 +84,10 @@ rm -rf %{buildroot}


%changelog
* Thu May 2 2024 Plamen Dimitrov <[email protected]> - 0.51-1
- API improvements like standardization and additional convenience methods.
- Support for native (py)tesseract text detection and simpler tessdata setup.

* Fri Jan 28 2022 Plamen Dimitrov <[email protected]> - 0.50-1
- Windows packager script and CI verification
- Default PyAutoGUI display controller instead of AutoPy
Expand Down
2 changes: 1 addition & 1 deletion packaging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='guibot',
version='0.50.1',
version='0.51.1',
description='GUI automation tool',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 185dd88

Please sign in to comment.