update supported version in docs

This commit is contained in:
codl 2017-11-05 13:38:15 +01:00
pare 6b5deb4898
commit c7641d71d0
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 6CD7C8891ED1233A
S'han modificat 2 arxius amb 2 adicions i 2 eliminacions

Veure arxiu

@ -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:

Veure arxiu

@ -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
------------------------