diff options
author | Lorenz Diener <[email protected]> | 2019-10-12 23:03:14 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-12 23:03:14 +0200 |
commit | 0b3b2c31a024a335a9e52e93c350f1a214a92219 (patch) | |
tree | cbe224dc43430de144c1be6919f04bb812c458ca /mastodon | |
parent | 45908b6f4e9c66fe102b30764e6d153a8d0339a5 (diff) | |
download | mastodon.py-0b3b2c31a024a335a9e52e93c350f1a214a92219.tar.gz |
Pre-release full testsuite updated run
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 b8ad976..393d021 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -183,7 +183,7 @@ class Mastodon: | |||
183 | __VALID_SCOPES = ['read', 'write', 'follow', 'push', 'admin:read', 'admin:write'] + \ | 183 | __VALID_SCOPES = ['read', 'write', 'follow', 'push', 'admin:read', 'admin:write'] + \ |
184 | __SCOPE_SETS['read'] + __SCOPE_SETS['write'] + __SCOPE_SETS['admin:read'] + __SCOPE_SETS['admin:write'] | 184 | __SCOPE_SETS['read'] + __SCOPE_SETS['write'] + __SCOPE_SETS['admin:read'] + __SCOPE_SETS['admin:write'] |
185 | 185 | ||
186 | __SUPPORTED_MASTODON_VERSION = "2.9.2" | 186 | __SUPPORTED_MASTODON_VERSION = "3.0.1" |
187 | 187 | ||
188 | # Dict versions | 188 | # Dict versions |
189 | __DICT_VERSION_APPLICATION = "2.7.2" | 189 | __DICT_VERSION_APPLICATION = "2.7.2" |