From 0e9aac19b258693d982e37f2387da6605892f870 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Wed, 5 Oct 2022 19:48:02 +0400 Subject: [PATCH] Updated Readme, v2.1.0 --- README.md | 2 +- docs/index.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70d1d1d..0c4645c 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ if testserv is not None: |v1.1.x|Documentation, unit tests, pylint, bugfixes, changes in atwss.| |**v1.1.2/v2.0.0**|Solution for [#25](https://github.com/DarkCat09/python-aternos/issues/25) (Cloudflare bypassing), bugfixes in JS parser.| |v2.0.x|Documentation, automatically saving/restoring session, improvements in Files API.| -|v2.1.x|Fixes in the implementation of websockets API.| +|v2.1.x|Fixes in websockets API, atconnect. Supported captcha solving services (view [#52](https://github.com/DarkCat09/python-aternos/issues/52)).| |**v2.2.x**|Using Node.js as a JS interpreter if it's installed.| |v3.0.x|Full implementation of config and software API.| |v3.1.x|Shared access API and Google Drive backups.| diff --git a/docs/index.md b/docs/index.md index 70d1d1d..0c4645c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -129,7 +129,7 @@ if testserv is not None: |v1.1.x|Documentation, unit tests, pylint, bugfixes, changes in atwss.| |**v1.1.2/v2.0.0**|Solution for [#25](https://github.com/DarkCat09/python-aternos/issues/25) (Cloudflare bypassing), bugfixes in JS parser.| |v2.0.x|Documentation, automatically saving/restoring session, improvements in Files API.| -|v2.1.x|Fixes in the implementation of websockets API.| +|v2.1.x|Fixes in websockets API, atconnect. Supported captcha solving services (view [#52](https://github.com/DarkCat09/python-aternos/issues/52)).| |**v2.2.x**|Using Node.js as a JS interpreter if it's installed.| |v3.0.x|Full implementation of config and software API.| |v3.1.x|Shared access API and Google Drive backups.| diff --git a/setup.py b/setup.py index 9eee1a1..8161ea0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'rt') as readme: setuptools.setup( name='python-aternos', - version='2.0.1', + version='2.1.0', author='Chechkenev Andrey (@DarkCat09)', author_email='aacd0709@mail.ru', description='An unofficial Aternos API',