diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 22:01:54 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 22:01:54 +0200 |
commit | 0d0b96e7c5a8b406c964b2f6b1dfe39122b9e730 (patch) | |
tree | 86540e62c9ee23dfda486af81d2fcd60c8718eed | |
parent | 91650e5c7f35e712d8df54413acdaa74e40c97a1 (diff) | |
download | mastodon.py-0d0b96e7c5a8b406c964b2f6b1dfe39122b9e730.tar.gz |
Bump supported version to 2.9.2
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | Mastodon.py | 1 | Mastodon.py |
2 | =========== | 2 | =========== |
3 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. | 3 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. |
4 | Feature complete for public API as of Mastodon version 2.8.4 and easy to get started with: | 4 | Feature complete for public API as of Mastodon version 2.9.2 and easy to get started with: |
5 | 5 | ||
6 | .. code-block:: python | 6 | .. code-block:: python |
7 | 7 | ||
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 | |||
54 | api object (or creating an app). | 54 | api object (or creating an app). |
55 | 55 | ||
56 | Mastodon.py aims to implement the complete public Mastodon API. As | 56 | Mastodon.py aims to implement the complete public Mastodon API. As |
57 | of this time, it is feature complete for Mastodon version 2.8.4. Pleromas | 57 | of this time, it is feature complete for Mastodon version 2.9.2. Pleromas |
58 | Mastodon API layer, while not an official target, should also be basically | 58 | Mastodon API layer, while not an official target, should also be basically |
59 | compatible, and Mastodon.py does make some allowances for behaviour that isn't | 59 | compatible, and Mastodon.py does make some allowances for behaviour that isn't |
60 | strictly like Mastodons. | 60 | strictly like Mastodons. |