Skip to content

Commit

Permalink
Update to version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maliarov committed Jan 25, 2022
1 parent dd2a55f commit 55f6e72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
+ **Version 0.5.2**:
1. Add Pillow 8.3.0 support
+ **Version 0.5.3**:
1. Add Chromedriver 97.0.4692.71 support
2. Add Pillow 9.0.0 support
3. Add Python 3.10-dev support
4. Drop Python 3.6 support
5. Remove `from_webdriver` method
1. Add Chromedriver 97.0.4692.71 support
2. Add Pillow 9.0.0 support
3. Add Python 3.10-dev support
4. Drop Python 3.6 support
5. Remove `from_webdriver` method
+ **Version 0.5.4**:
1. 200,000 captchas crash test, accuracy is 100%.
2. Minor notes added.
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.3'
__version__ = '0.5.4'
__author__ = 'Anatolii Maliarov'
__author_email__ = 'tly.mov@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 55f6e72

Please sign in to comment.