Skip to content

Commit

Permalink
Update to version 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maliarov committed Mar 28, 2023
1 parent 9907819 commit 132793f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@
2. Minor notes added.
+ **Version 0.5.6**:
1. Remove `selenium` from required dependencies.
+ **Version 0.5.10**:
1. Add timeout to `AmazonCaptcha.fromlink` method.
2 changes: 1 addition & 1 deletion amazoncaptcha/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'amazoncaptcha'
__description__ = "Pure Python, lightweight, Pillow-based solver for the Amazon text captcha."
__url__ = 'https://github.com/a-maliarov/amazoncaptcha'
__version__ = '0.5.9'
__version__ = '0.5.10'
__author__ = 'Anatolii Maliarov'
__author_email__ = 'tly.mov@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 132793f

Please sign in to comment.