aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 23:41:06 +0200
committerLorenz Diener <[email protected]>2019-04-27 23:41:06 +0200
commit798f243af29426d3b04c41cd0231de756b3afb4b (patch)
tree6269273a9a1b4088a4ff201a1edc0c184f522aa9 /mastodon/Mastodon.py
parentefcd01a3ed8468178f36e8658029ad7863c3f59a (diff)
downloadmastodon.py-798f243af29426d3b04c41cd0231de756b3afb4b.tar.gz
Fix version number for instance dict
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 aecc69a..4b40b5b 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -164,7 +164,7 @@ class Mastodon:
164 __DICT_VERSION_ACCOUNT = "2.4.0" 164 __DICT_VERSION_ACCOUNT = "2.4.0"
165 __DICT_VERSION_STATUS = bigger_version(bigger_version(bigger_version(bigger_version("2.5.0", 165 __DICT_VERSION_STATUS = bigger_version(bigger_version(bigger_version(bigger_version("2.5.0",
166 __DICT_VERSION_MEDIA), __DICT_VERSION_ACCOUNT), __DICT_VERSION_APPLICATION), __DICT_VERSION_MENTION) 166 __DICT_VERSION_MEDIA), __DICT_VERSION_ACCOUNT), __DICT_VERSION_APPLICATION), __DICT_VERSION_MENTION)
167 __DICT_VERSION_INSTANCE = bigger_version("2.6.0", __DICT_VERSION_ACCOUNT) 167 __DICT_VERSION_INSTANCE = bigger_version("2.7.2", __DICT_VERSION_ACCOUNT)
168 __DICT_VERSION_HASHTAG = "2.3.4" 168 __DICT_VERSION_HASHTAG = "2.3.4"
169 __DICT_VERSION_EMOJI = "2.1.0" 169 __DICT_VERSION_EMOJI = "2.1.0"
170 __DICT_VERSION_RELATIONSHIP = "2.5.0" 170 __DICT_VERSION_RELATIONSHIP = "2.5.0"
Powered by cgit v1.2.3 (git 2.41.0)