update supported version in docs

pull/98/head
codl 2017-11-05 13:38:15 +01:00
rodzic 6b5deb4898
commit c7641d71d0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6CD7C8891ED1233A
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ Mastodon.py
mastodon.toot('Tooting from python using #mastodonpy !')
Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API.
Feature complete for public API as of version v1.6 and easy to get started with.
Feature complete for public API as of version v2.0 and easy to get started with.
You can install Mastodon.py via pypi:

Wyświetl plik

@ -46,7 +46,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 1.6.
of this time, it is feature complete for Mastodon version 2.0.
A note about rate limits
------------------------