Skip to content

Commit

Permalink
fix readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy authored and halcy committed Nov 6, 2022
1 parent c061387 commit 3bd3961
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

setup(name='Mastodon.py',
version='1.5.1',
version='1.5.2',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=[
Expand Down

0 comments on commit 3bd3961

Please sign in to comment.