From 99e6b4fe6893345326b6a8164223345d4527e52b Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 17 Dec 2024 02:56:34 +0300 Subject: [PATCH 1/3] v2.1 --- src/python3_anticaptcha/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python3_anticaptcha/__version__.py b/src/python3_anticaptcha/__version__.py index 42a0939..ab02866 100644 --- a/src/python3_anticaptcha/__version__.py +++ b/src/python3_anticaptcha/__version__.py @@ -1 +1 @@ -__version__ = "2.0.3a" +__version__ = "2.1" From 52f96575cb9dc123170c7a98528a49f2cc2eeb6a Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 17 Dec 2024 03:13:58 +0300 Subject: [PATCH 2/3] v2.1.1 --- .github/workflows/install.yml | 2 +- README.md | 6 +++--- src/python3_anticaptcha/__version__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index c5e4aa5..29508d7 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 7fb9be0..77874da 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # python3-anticaptcha -![Logo](https://red-panda-dev.xyz/media/images/AntiCaptcha_MCSmjTi.original.png) +[![AntiCaptcha.png](https://s.vyjava.xyz/files/2024/12-December/17/b18528fc/AntiCaptcha.png)](https://vyjava.xyz/dashboard/image/b18528fc-8572-4167-9d2f-abaacf4e1053) ### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha) -[![Capsolver](files/capsolver.jpg)](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha) +[![capsolver.jpg](https://s.vyjava.xyz/files/2024/12-December/17/54e1db0e/capsolver.jpg)](https://vyjava.xyz/dashboard/image/54e1db0e-619f-4a18-99ce-01e1127a2e12)
@@ -58,4 +58,4 @@ pip install python3-anticaptcha ### How to get API Key to work with the library 1. On the page - https://anti-captcha.com/clients/settings/apisetup -2. Find it: ![img.png](files/img.png) +2. Find it: [![img.png](https://s.vyjava.xyz/files/2024/12-December/17/5d6a902c/img.png)](https://vyjava.xyz/dashboard/image/5d6a902c-6997-47dd-af2a-734bde9bd1fb) diff --git a/src/python3_anticaptcha/__version__.py b/src/python3_anticaptcha/__version__.py index ab02866..58039f5 100644 --- a/src/python3_anticaptcha/__version__.py +++ b/src/python3_anticaptcha/__version__.py @@ -1 +1 @@ -__version__ = "2.1" +__version__ = "2.1.1" From 89c8387b7dd4c4dc840e95f2bcfc805817340648 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 17 Dec 2024 03:17:30 +0300 Subject: [PATCH 3/3] v2.1.2 --- README.md | 2 +- src/python3_anticaptcha/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77874da..2a1ba87 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha) -[![capsolver.jpg](https://s.vyjava.xyz/files/2024/12-December/17/54e1db0e/capsolver.jpg)](https://vyjava.xyz/dashboard/image/54e1db0e-619f-4a18-99ce-01e1127a2e12) +[![capsolver.jpg](https://s.vyjava.xyz/files/2024/12-December/17/54e1db0e/capsolver.jpg)](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python3-anticaptcha)
diff --git a/src/python3_anticaptcha/__version__.py b/src/python3_anticaptcha/__version__.py index 58039f5..4eabd0b 100644 --- a/src/python3_anticaptcha/__version__.py +++ b/src/python3_anticaptcha/__version__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2"