aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-01-29 14:26:05 +0100
committerLorenz Diener <[email protected]>2018-01-29 14:26:05 +0100
commitc1a6772247a086f6e8b39b4b550a1fb22b67bf83 (patch)
tree21f2519f2c9b0d01cf4b05eaac8bcb8132d68ab9 /mastodon
parentbe014bb88a4b1eba892dc6b3d62453877066e05e (diff)
downloadmastodon.py-c1a6772247a086f6e8b39b4b550a1fb22b67bf83.tar.gz
Bump supported version in docs, code to 2.2.0
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/Mastodon.py2
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
Powered by cgit v1.2.3 (git 2.41.0)