From c1a6772247a086f6e8b39b4b550a1fb22b67bf83 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 29 Jan 2018 14:26:05 +0100 Subject: Bump supported version in docs, code to 2.2.0 --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 183deab..eeb0b48 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -89,7 +89,7 @@ class Mastodon: """ __DEFAULT_BASE_URL = 'https://mastodon.social' __DEFAULT_TIMEOUT = 300 - __SUPPORTED_MASTODON_VERSION = "2.1.2" + __SUPPORTED_MASTODON_VERSION = "2.2.0" ### # Registering apps -- cgit v1.2.3