diff options
author | Lorenz Diener <[email protected]> | 2018-01-29 14:26:05 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-01-29 14:26:05 +0100 |
commit | c1a6772247a086f6e8b39b4b550a1fb22b67bf83 (patch) | |
tree | 21f2519f2c9b0d01cf4b05eaac8bcb8132d68ab9 /mastodon | |
parent | be014bb88a4b1eba892dc6b3d62453877066e05e (diff) | |
download | mastodon.py-c1a6772247a086f6e8b39b4b550a1fb22b67bf83.tar.gz |
Bump supported version in docs, code to 2.2.0
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 183deab..eeb0b48 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -89,7 +89,7 @@ class Mastodon: | |||
89 | """ | 89 | """ |
90 | __DEFAULT_BASE_URL = 'https://mastodon.social' | 90 | __DEFAULT_BASE_URL = 'https://mastodon.social' |
91 | __DEFAULT_TIMEOUT = 300 | 91 | __DEFAULT_TIMEOUT = 300 |
92 | __SUPPORTED_MASTODON_VERSION = "2.1.2" | 92 | __SUPPORTED_MASTODON_VERSION = "2.2.0" |
93 | 93 | ||
94 | ### | 94 | ### |
95 | # Registering apps | 95 | # Registering apps |