fix readme, bump version

pull/252/head 1.5.2
halcy 2022-11-06 19:41:17 +02:00
rodzic c061387770
commit 3bd3961c7f
3 zmienionych plików z 3 dodań i 10 usunięć

Wyświetl plik

@ -3,6 +3,7 @@ version number. Breaking changes will be indicated by a change in the minor
(or major) version number, and will generally be avoided.
v1.5.2
------
* BREAKING CHANGE: Greatly improve how pagination info is stored (arittner)
* Add "unknown event" handler for streaming (arittner)
* Add support for exclude_types in notifications api (MicroCheapFx)
@ -20,7 +21,7 @@ v1.5.2
* Fix an issue related to hometowns version string
v1.5.1
--------------------------------
------
* 3.1 support
* Added `discoverable` parameter to account_update_credentials (Thanks gdunstone)
* Added new notification type "follow_request"

Wyświetl plik

@ -55,14 +55,6 @@ be testing specifically for python 2.7 any longer.
Full documentation and basic usage examples can be found
at http://mastodonpy.readthedocs.io/en/stable/ .
Maintenance
-----------
As you might have noticed, I have not done any maint work on this project in a while.
I am currently extremely busy with my actual paid work, and will not be able to work
on Mastodon.py until I hand in my dissertation, i.e. there will be no new releases or
code from me for at least the rest of this year, maybe part of next. If you would like
to temporarily take over bug fixing / test writing / new method implementing, hit me up.
Acknowledgements
----------------
Mastodon.py contains work by a large amount of contributors, many of which have

Wyświetl plik

@ -26,7 +26,7 @@ extras = {
}
setup(name='Mastodon.py',
version='1.5.1',
version='1.5.2',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=[