From 78a1c174688d51040d76fce0b9bc7693ec985a97 Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 11 Nov 2022 00:21:00 +0200 Subject: Fix tests --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index a370deb..5cc0f57 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -2321,7 +2321,7 @@ class Mastodon: ### # Writing data: Featured hashtags ### - @api_version("3.0.0", "3.0.0", __DICT_VERSION_FEATURED_TAG) + @api_version("3.0.0", "4.0.0", __DICT_VERSION_FEATURED_TAG) def featured_tag_create(self, name): """ Creates a new featured hashtag displayed on the logged-in users profile. -- cgit v1.2.3