aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 21:07:52 +0200
committerLorenz Diener <[email protected]>2019-06-22 21:07:52 +0200
commit5f425d378634da269c76d1646d39f09fd17c2b92 (patch)
tree3c3b62edcf7dd6ff924cded437188b86d4502efb /mastodon/Mastodon.py
parent09012b690f9fb5fe96802b7cb48829376e78ea99 (diff)
downloadmastodon.py-5f425d378634da269c76d1646d39f09fd17c2b92.tar.gz
Document 2.9.2 instance dict changes
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 1ad512e..e6fbcf2 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -190,7 +190,7 @@ class Mastodon:
190 __DICT_VERSION_POLL = "2.8.0" 190 __DICT_VERSION_POLL = "2.8.0"
191 __DICT_VERSION_STATUS = bigger_version(bigger_version(bigger_version(bigger_version(bigger_version("2.9.1", 191 __DICT_VERSION_STATUS = bigger_version(bigger_version(bigger_version(bigger_version(bigger_version("2.9.1",
192 __DICT_VERSION_MEDIA), __DICT_VERSION_ACCOUNT), __DICT_VERSION_APPLICATION), __DICT_VERSION_MENTION), __DICT_VERSION_POLL) 192 __DICT_VERSION_MEDIA), __DICT_VERSION_ACCOUNT), __DICT_VERSION_APPLICATION), __DICT_VERSION_MENTION), __DICT_VERSION_POLL)
193 __DICT_VERSION_INSTANCE = bigger_version("2.7.2", __DICT_VERSION_ACCOUNT) 193 __DICT_VERSION_INSTANCE = bigger_version("2.9.2", __DICT_VERSION_ACCOUNT)
194 __DICT_VERSION_HASHTAG = "2.3.4" 194 __DICT_VERSION_HASHTAG = "2.3.4"
195 __DICT_VERSION_EMOJI = "2.1.0" 195 __DICT_VERSION_EMOJI = "2.1.0"
196 __DICT_VERSION_RELATIONSHIP = "2.5.0" 196 __DICT_VERSION_RELATIONSHIP = "2.5.0"
Powered by cgit v1.2.3 (git 2.41.0)