From: Harmon Date: Sun, 9 Oct 2022 20:02:58 +0000 (-0500) Subject: Add version changed directive to documentation for get_quote_tweets X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=48ebdb7face9188a352bfa82c616b20c6de12475;p=tweepy.git Add version changed directive to documentation for get_quote_tweets --- diff --git a/tweepy/asynchronous/client.py b/tweepy/asynchronous/client.py index 871a01e..d13d377 100644 --- a/tweepy/asynchronous/client.py +++ b/tweepy/asynchronous/client.py @@ -774,6 +774,9 @@ class AsyncClient(AsyncBaseClient): The Tweets returned by this endpoint count towards the Project-level `Tweet cap`_. + .. versionchanged:: 4.11 + Added ``exclude`` parameter + Parameters ---------- id : int | str diff --git a/tweepy/client.py b/tweepy/client.py index ed79dfe..31d6148 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -842,6 +842,9 @@ class Client(BaseClient): .. versionadded:: 4.7 + .. versionchanged:: 4.11 + Added ``exclude`` parameter + Parameters ---------- id : int | str