Add version changed directive to documentation for get_quote_tweets
authorHarmon <Harmon758@gmail.com>
Sun, 9 Oct 2022 20:02:58 +0000 (15:02 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 9 Oct 2022 20:02:58 +0000 (15:02 -0500)
tweepy/asynchronous/client.py
tweepy/client.py

index 871a01e4b0bfc17c83606422a6b63620ca656287..d13d37722175c25a1bc02b4ea194842f6f4b2c44 100644 (file)
@@ -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
index ed79dfe1e87a6b0cddd1c792df02b46e7d30daba..31d6148ffae90c99773b20991fd2b53bcf6ee7a7 100644 (file)
@@ -842,6 +842,9 @@ class Client(BaseClient):
 
         .. versionadded:: 4.7
 
+        .. versionchanged:: 4.11
+            Added ``exclude`` parameter
+
         Parameters
         ----------
         id : int | str