From efcd01a3ed8468178f36e8658029ad7863c3f59a Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 27 Apr 2019 23:39:17 +0200 Subject: Update instance dict docs and version --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 16617e3..aecc69a 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -164,7 +164,7 @@ class Mastodon: __DICT_VERSION_ACCOUNT = "2.4.0" __DICT_VERSION_STATUS = bigger_version(bigger_version(bigger_version(bigger_version("2.5.0", __DICT_VERSION_MEDIA), __DICT_VERSION_ACCOUNT), __DICT_VERSION_APPLICATION), __DICT_VERSION_MENTION) - __DICT_VERSION_INSTANCE = bigger_version("2.3.0", __DICT_VERSION_ACCOUNT) + __DICT_VERSION_INSTANCE = bigger_version("2.6.0", __DICT_VERSION_ACCOUNT) __DICT_VERSION_HASHTAG = "2.3.4" __DICT_VERSION_EMOJI = "2.1.0" __DICT_VERSION_RELATIONSHIP = "2.5.0" -- cgit v1.2.3