From c7641d71d0b5011020ac94c867f23242927cf6fd Mon Sep 17 00:00:00 2001 From: codl Date: Sun, 5 Nov 2017 13:38:15 +0100 Subject: [PATCH] update supported version in docs --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 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 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: diff --git a/docs/index.rst b/docs/index.rst index fae8b2d..34b7b38 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ------------------------