Bump supported version to 2.9.2

This commit is contained in:
Lorenz Diener 2019-06-22 22:01:54 +02:00
parent 91650e5c7f
commit 0d0b96e7c5
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Mastodon.py Mastodon.py
=========== ===========
Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API.
Feature complete for public API as of Mastodon version 2.8.4 and easy to get started with: Feature complete for public API as of Mastodon version 2.9.2 and easy to get started with:
.. code-block:: python .. code-block:: python

View File

@ -54,7 +54,7 @@ node running Mastodon by setting `api_base_url` when creating the
api object (or creating an app). api object (or creating an app).
Mastodon.py aims to implement the complete public Mastodon API. As Mastodon.py aims to implement the complete public Mastodon API. As
of this time, it is feature complete for Mastodon version 2.8.4. Pleromas of this time, it is feature complete for Mastodon version 2.9.2. Pleromas
Mastodon API layer, while not an official target, should also be basically Mastodon API layer, while not an official target, should also be basically
compatible, and Mastodon.py does make some allowances for behaviour that isn't compatible, and Mastodon.py does make some allowances for behaviour that isn't
strictly like Mastodons. strictly like Mastodons.