Readme, v1.1.1
This commit is contained in:
parent
e171da578b
commit
4d6bd2db2d
3 changed files with 4 additions and 4 deletions
2
NOTICE
2
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.
|
||||
|
|
|
@ -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.
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Reference in a new issue