aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-11-21 13:57:21 +0100
committerLorenz Diener <[email protected]>2017-11-21 13:57:21 +0100
commit39548ffe98af942054ee494ad058a31696ad8abe (patch)
tree0da4d21aa14eeb4262dffd2023ef46a48d03bc58 /README.rst
parentd303afefc815af6207d8800ef4929a9a9693e0eb (diff)
parent56ec90f17c2d5b51c46375761379d9ae4e8a0034 (diff)
downloadmastodon.py-39548ffe98af942054ee494ad058a31696ad8abe.tar.gz
Merge branch 'master' of https://github.com/halcy/Mastodon.py
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 874bb80..d13f90a 100644
--- a/README.rst
+++ b/README.rst
@@ -35,7 +35,7 @@ Mastodon.py
35 mastodon.toot('Tooting from python using #mastodonpy !') 35 mastodon.toot('Tooting from python using #mastodonpy !')
36 36
37Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. 37Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API.
38Feature complete for public API as of version v1.6 and easy to get started with. 38Feature complete for public API as of version v2.0 and easy to get started with.
39 39
40You can install Mastodon.py via pypi: 40You can install Mastodon.py via pypi:
41 41
Powered by cgit v1.2.3 (git 2.41.0)