From 58c508a11c8ae69e9e19525b84d2db1ca0ab0245 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 17:30:46 +0200 Subject: Bump supported version --- 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 0020710..bb7ef31 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -150,7 +150,7 @@ class Mastodon: } __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write'] - __SUPPORTED_MASTODON_VERSION = "2.4.0" + __SUPPORTED_MASTODON_VERSION = "2.4.3" # Dict versions __DICT_VERSION_APPLICATION = "1.0.0" -- cgit v1.2.3