From 5764c8be240ab38ec0df869c25b6c3c1aeebb75e Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 25 Oct 2021 04:25:33 -0500 Subject: [PATCH] Add version added directive to documentation for AsyncStream --- tweepy/asynchronous/streaming.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index eca26b6..8d812b0 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -22,6 +22,8 @@ log = logging.getLogger(__name__) class AsyncStream: """Stream realtime Tweets asynchronously + .. versionadded:: 4.0 + Parameters ---------- consumer_key: str -- 2.25.1