aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 37ca999..65ce518 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -166,7 +166,7 @@ class Mastodon:
166 } 166 }
167 __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write'] 167 __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write']
168 168
169 __SUPPORTED_MASTODON_VERSION = "2.8.2" 169 __SUPPORTED_MASTODON_VERSION = "2.8.4"
170 170
171 # Dict versions 171 # Dict versions
172 __DICT_VERSION_APPLICATION = "2.7.2" 172 __DICT_VERSION_APPLICATION = "2.7.2"
Powered by cgit v1.2.3 (git 2.41.0)