Skip to content

Commit 17da79f

Browse files
author
Joshua Roesslein
committed
v3.3.0
1 parent 485f64c commit 17da79f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 3.3.0
2+
-------------
3+
- Loosen our dependency requirements for Requests (>= 2.4.3)
4+
- Fix issue with streams freezing up on Python 3 (Issue #556)
5+
- Add keep_alive() callback to StreamListener when keep alive messages arrive
6+
- Fix issue with stream session headers not being used when restarting connection
7+
- Fix issue with streams getting stuck in a loop when connection dies. (PR #561)
8+
19
Version 3.2.0
210
-------------
311
- Remove deprecated trends methods.

tweepy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Tweepy Twitter API library
77
"""
8-
__version__ = '3.2.0'
8+
__version__ = '3.3.0'
99
__author__ = 'Joshua Roesslein'
1010
__license__ = 'MIT'
1111

0 commit comments

Comments
 (0)