Skip to content

Commit 132793f

Browse files
committed
Update to version 0.5.10
1 parent 9907819 commit 132793f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@
5454
2. Minor notes added.
5555
+ **Version 0.5.6**:
5656
1. Remove `selenium` from required dependencies.
57+
+ **Version 0.5.10**:
58+
1. Add timeout to `AmazonCaptcha.fromlink` method.

amazoncaptcha/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'amazoncaptcha'
22
__description__ = "Pure Python, lightweight, Pillow-based solver for the Amazon text captcha."
33
__url__ = 'https://github.com/a-maliarov/amazoncaptcha'
4-
__version__ = '0.5.9'
4+
__version__ = '0.5.10'
55
__author__ = 'Anatolii Maliarov'
66
__author_email__ = 'tly.mov@gmail.com'
77
__license__ = 'MIT'

0 commit comments

Comments
 (0)