From 0b3b2c31a024a335a9e52e93c350f1a214a92219 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 12 Oct 2019 23:03:14 +0200 Subject: Pre-release full testsuite updated run --- 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 b8ad976..393d021 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -183,7 +183,7 @@ class Mastodon: __VALID_SCOPES = ['read', 'write', 'follow', 'push', 'admin:read', 'admin:write'] + \ __SCOPE_SETS['read'] + __SCOPE_SETS['write'] + __SCOPE_SETS['admin:read'] + __SCOPE_SETS['admin:write'] - __SUPPORTED_MASTODON_VERSION = "2.9.2" + __SUPPORTED_MASTODON_VERSION = "3.0.1" # Dict versions __DICT_VERSION_APPLICATION = "2.7.2" -- cgit v1.2.3