From 4d6bd2db2d184393e92ed56691c50ef71bb453ec Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Tue, 26 Jul 2022 10:22:49 +0400 Subject: [PATCH] Readme, v1.1.1 --- NOTICE | 2 +- README.md | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index cd76f9d..280971f 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2021 Chechkenev Andrey, lusm554 +Copyright 2021-2022 Chechkenev Andrey, lusm554, ghrlt, NotNalin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index ef89acd..ce31209 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The documentation have not made yet. View examples and ask in the issues. |v0.5|The API was updated corresponding to new Aternos security methods. Huge thanks to [lusm554](https://github.com/lusm554).| |v0.6/v1.0.0|Code refactoring, websockets API and session saving to prevent detecting automation access.| |v1.0.x|Lots of bugfixes, changed versioning (SemVer).| -|v1.1.x|Documentation, unit tests, pylint. And also bugfixes.| +|v1.1.x|Documentation, unit tests, pylint, bugfixes, changes in atwss.| |v1.2.x|Solution for #25| |v1.3.x|Full implementation of config and software API.| |v1.4.x|Shared access API and Google Drive backups.| @@ -76,7 +76,7 @@ The documentation have not made yet. View examples and ask in the issues. ## License [License Notice](NOTICE): ``` -Copyright 2021 Chechkenev Andrey, lusm554 +Copyright 2021-2022 Chechkenev Andrey, lusm554, ghrlt, NotNalin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 0bd868e..f4202e0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'rt') as readme: setuptools.setup( name='python-aternos', - version='1.1.0', + version='1.1.1', author='Chechkenev Andrey (@DarkCat09)', author_email='aacd0709@mail.ru', description='An unofficial Aternos API',