Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 4d6bd2d

Browse files
committed
Readme, v1.1.1
1 parent e171da5 commit 4d6bd2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2021 Chechkenev Andrey, lusm554
1+
Copyright 2021-2022 Chechkenev Andrey, lusm554, ghrlt, NotNalin
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ The documentation have not made yet. View examples and ask in the issues.
6868
|v0.5|The API was updated corresponding to new Aternos security methods. Huge thanks to [lusm554](https://github.com/lusm554).|
6969
|v0.6/v1.0.0|Code refactoring, websockets API and session saving to prevent detecting automation access.|
7070
|v1.0.x|Lots of bugfixes, changed versioning (SemVer).|
71-
|v1.1.x|Documentation, unit tests, pylint. And also bugfixes.|
71+
|v1.1.x|Documentation, unit tests, pylint, bugfixes, changes in atwss.|
7272
|v1.2.x|Solution for #25|
7373
|v1.3.x|Full implementation of config and software API.|
7474
|v1.4.x|Shared access API and Google Drive backups.|
7575

7676
## License
7777
[License Notice](NOTICE):
7878
```
79-
Copyright 2021 Chechkenev Andrey, lusm554
79+
Copyright 2021-2022 Chechkenev Andrey, lusm554, ghrlt, NotNalin
8080
8181
Licensed under the Apache License, Version 2.0 (the "License");
8282
you may not use this file except in compliance with the License.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='python-aternos',
8-
version='1.1.0',
8+
version='1.1.1',
99
author='Chechkenev Andrey (@DarkCat09)',
1010
author_email='[email protected]',
1111
description='An unofficial Aternos API',

0 commit comments

Comments
 (0)