From 48ebdb7face9188a352bfa82c616b20c6de12475 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 9 Oct 2022 15:02:58 -0500 Subject: [PATCH] Add version changed directive to documentation for get_quote_tweets --- tweepy/asynchronous/client.py | 3 +++ tweepy/client.py | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.25.1