aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-08 18:08:11 +0200
committerLorenz Diener <[email protected]>2019-05-08 18:08:11 +0200
commit08d808e2ace017ace45c4043ef9b414333051810 (patch)
treef13c01df5e987601c5f1dbbea4923155ccd2a039 /mastodon/Mastodon.py
parent6a1b00dc9c30cb1d265d11b9a0278ce72eb839fe (diff)
downloadmastodon.py-08d808e2ace017ace45c4043ef9b414333051810.tar.gz
Bump Mastodon version in some places
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index 34e6552..fd8df1b 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -154,7 +154,7 @@ class Mastodon:
154 } 154 }
155 __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write'] 155 __VALID_SCOPES = ['read', 'write', 'follow', 'push'] + __SCOPE_SETS['read'] + __SCOPE_SETS['write']
156 156
157 __SUPPORTED_MASTODON_VERSION = "2.4.3" 157 __SUPPORTED_MASTODON_VERSION = "2.8.2"
158 158
159 # Dict versions 159 # Dict versions
160 __DICT_VERSION_APPLICATION = "2.7.2" 160 __DICT_VERSION_APPLICATION = "2.7.2"
Powered by cgit v1.2.3 (git 2.41.0)