diff --git a/README.rst b/README.rst index c3249e0..d355e9d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Mastodon.py =========== 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 diff --git a/docs/index.rst b/docs/index.rst index 03dbb16..3ce98de 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -54,7 +54,7 @@ node running Mastodon by setting `api_base_url` when creating the api object (or creating an app). 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 compatible, and Mastodon.py does make some allowances for behaviour that isn't strictly like Mastodons.