diff options
author | Lorenz Diener <[email protected]> | 2019-05-31 13:42:38 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-05-31 13:42:38 +0200 |
commit | 8d3bcd4cb76ae674f7d8fabedacaa3dab74561cc (patch) | |
tree | 222d5da3407194ccca09eaa5d5040033e12fa15b | |
parent | 55d00cf69efb0a4c9c360f1c28312856c4b1a24e (diff) | |
download | mastodon.py-8d3bcd4cb76ae674f7d8fabedacaa3dab74561cc.tar.gz |
Update Mastodon ver. in README
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 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.2 and easy to get started with: | 4 | Feature complete for public API as of Mastodon version 2.8.4 and easy to get started with: |
5 | 5 | ||
6 | .. code-block:: python | 6 | .. code-block:: python |
7 | 7 | ||