diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
150 | } | 150 | } |
151 | __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write'] | 151 | __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write'] |
152 | 152 | ||
153 | __SUPPORTED_MASTODON_VERSION = "2.4.0" | 153 | __SUPPORTED_MASTODON_VERSION = "2.4.3" |
154 | 154 | ||
155 | # Dict versions | 155 | # Dict versions |
156 | __DICT_VERSION_APPLICATION = "1.0.0" | 156 | __DICT_VERSION_APPLICATION = "1.0.0" |