diff options
author | Lorenz Diener <[email protected]> | 2019-04-27 23:39:17 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-27 23:39:17 +0200 |
commit | efcd01a3ed8468178f36e8658029ad7863c3f59a (patch) | |
tree | 0e81a4325a0211e87f023fb83b64a1a00fa276b0 /mastodon | |
parent | 861bdc7693a5d39377e7c46daea6a5a0e9d54189 (diff) | |
download | mastodon.py-efcd01a3ed8468178f36e8658029ad7863c3f59a.tar.gz |
Update instance dict docs and version
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
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.3.0", __DICT_VERSION_ACCOUNT) | 167 | __DICT_VERSION_INSTANCE = bigger_version("2.6.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.5.0" | 170 | __DICT_VERSION_RELATIONSHIP = "2.5.0" |