aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-30 17:30:46 +0200
committerLorenz Diener <[email protected]>2018-07-30 17:30:46 +0200
commit58c508a11c8ae69e9e19525b84d2db1ca0ab0245 (patch)
tree0400f8da227722d418106e837772a0c635dda025 /mastodon
parentde0d5df86152ab5f4a748fecd0d2089e701820cd (diff)
downloadmastodon.py-58c508a11c8ae69e9e19525b84d2db1ca0ab0245.tar.gz
Bump supported version
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
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"
Powered by cgit v1.2.3 (git 2.41.0)