diff options
author | Lorenz Diener <[email protected]> | 2018-04-17 18:02:55 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-04-17 18:02:55 +0200 |
commit | a1ecd2d6641979f011afeeda4d8ccdf2b2b6b3c3 (patch) | |
tree | 7bc7f042d7a65b7dc981b08add3cd8df07c44f62 | |
parent | 5f44998dd201beb871f06c0813b3dc69d387f7da (diff) | |
download | mastodon.py-a1ecd2d6641979f011afeeda4d8ccdf2b2b6b3c3.tar.gz |
Raise last changed version on instance()
-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 5a32be0..4357975 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -346,7 +346,7 @@ class Mastodon: | |||
346 | ### | 346 | ### |
347 | # Reading data: Instances | 347 | # Reading data: Instances |
348 | ### | 348 | ### |
349 | @api_version("1.1.0", "1.4.2") | 349 | @api_version("1.1.0", "2.3.0") |
350 | def instance(self): | 350 | def instance(self): |
351 | """ | 351 | """ |
352 | Retrieve basic information about the instance, including the URI and administrative contact email. | 352 | Retrieve basic information about the instance, including the URI and administrative contact email. |