aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 c0d4c35..308c428 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -195,7 +195,7 @@ class Mastodon:
195 __DICT_VERSION_MEDIA), __DICT_VERSION_ACCOUNT), __DICT_VERSION_APPLICATION), __DICT_VERSION_MENTION), __DICT_VERSION_POLL) 195 __DICT_VERSION_MEDIA), __DICT_VERSION_ACCOUNT), __DICT_VERSION_APPLICATION), __DICT_VERSION_MENTION), __DICT_VERSION_POLL)
196 __DICT_VERSION_INSTANCE = bigger_version("2.9.2", __DICT_VERSION_ACCOUNT) 196 __DICT_VERSION_INSTANCE = bigger_version("2.9.2", __DICT_VERSION_ACCOUNT)
197 __DICT_VERSION_HASHTAG = "2.3.4" 197 __DICT_VERSION_HASHTAG = "2.3.4"
198 __DICT_VERSION_EMOJI = "2.1.0" 198 __DICT_VERSION_EMOJI = "3.0.0"
199 __DICT_VERSION_RELATIONSHIP = "2.5.0" 199 __DICT_VERSION_RELATIONSHIP = "2.5.0"
200 __DICT_VERSION_NOTIFICATION = bigger_version(bigger_version("1.0.0", __DICT_VERSION_ACCOUNT), __DICT_VERSION_STATUS) 200 __DICT_VERSION_NOTIFICATION = bigger_version(bigger_version("1.0.0", __DICT_VERSION_ACCOUNT), __DICT_VERSION_STATUS)
201 __DICT_VERSION_CONTEXT = bigger_version("1.0.0", __DICT_VERSION_STATUS) 201 __DICT_VERSION_CONTEXT = bigger_version("1.0.0", __DICT_VERSION_STATUS)
Powered by cgit v1.2.3 (git 2.41.0)