From 3bd3961c7f72048c207d4906191d70888e8efc81 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 6 Nov 2022 19:41:17 +0200 Subject: fix readme, bump version --- CHANGELOG.rst | 3 ++- README.rst | 8 -------- setup.py | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de47b08..f52f0c3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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" diff --git a/README.rst b/README.rst index 2dfb6cf..25ce11c 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 3e4f559..93e5ce3 100644 --- a/setup.py +++ b/setup.py @@ -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=[ -- cgit v1.2.3