File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 2.1
2
+ -----------
3
+ - Added get_oembed().
4
+ - friends() and followers() are back and updated to v1.1.
5
+ - Fixed report_spam() endpoint.
6
+ - Added "languages" parameter to streaming filter() method.
7
+ - Added "timeout" support for API object. Ex: API(timeout=1000).
8
+ - Python 2.5 no longer supported.
9
+ - Added compression support. Ex: API(compression=True).
10
+ - Added on_connect() callback to StreamListener.
11
+ - Switched API search() to v1.1 endpoint. Some breaking changes.
12
+ - Drop "page" based cursors and use "ID" based ones instead.
13
+ - [ Compare
14
+ 2.0...master] ( https://github.com/tweepy/tweepy/compare/2.0...master )
15
+
1
16
Version 2.0
2
17
-----------
3
18
_ Dedicated in memory of Aaron Swartz_
Original file line number Diff line number Diff line change 5
5
"""
6
6
Tweepy Twitter API library
7
7
"""
8
- __version__ = '2.0 '
8
+ __version__ = '2.1 '
9
9
__author__ = 'Joshua Roesslein'
10
10
__license__ = 'MIT'
11
11
You can’t perform that action at this time.
0 commit comments