aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 21:45:57 +0200
committerLorenz Diener <[email protected]>2019-04-27 21:45:57 +0200
commit4deeb7875ba1439f3162d90e108cf41fce22f6de (patch)
tree510f9ac3c761b0b24d7b56167026fae2d89f6c63 /mastodon/Mastodon.py
parente3936649745a627fa2c31fc7b8602793b7d6027b (diff)
downloadmastodon.py-4deeb7875ba1439f3162d90e108cf41fce22f6de.tar.gz
Document 2.5.0 entity updates
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index a99ead0..d272a33 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -162,12 +162,12 @@ class Mastodon:
162 __DICT_VERSION_MENTION = "1.0.0" 162 __DICT_VERSION_MENTION = "1.0.0"
163 __DICT_VERSION_MEDIA = "2.3.0" 163 __DICT_VERSION_MEDIA = "2.3.0"
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.1.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.3.0", __DICT_VERSION_ACCOUNT) 167 __DICT_VERSION_INSTANCE = bigger_version("2.3.0", __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.4.3" 170 __DICT_VERSION_RELATIONSHIP = "2.5.0"
171 __DICT_VERSION_NOTIFICATION = bigger_version(bigger_version("1.0.0", __DICT_VERSION_ACCOUNT), __DICT_VERSION_STATUS) 171 __DICT_VERSION_NOTIFICATION = bigger_version(bigger_version("1.0.0", __DICT_VERSION_ACCOUNT), __DICT_VERSION_STATUS)
172 __DICT_VERSION_CONTEXT = bigger_version("1.0.0", __DICT_VERSION_STATUS) 172 __DICT_VERSION_CONTEXT = bigger_version("1.0.0", __DICT_VERSION_STATUS)
173 __DICT_VERSION_LIST = "2.1.0" 173 __DICT_VERSION_LIST = "2.1.0"
Powered by cgit v1.2.3 (git 2.41.0)