Release 3.0.0
authorJoshua Roesslein <jroesslein@opengov.com>
Sun, 30 Nov 2014 21:11:12 +0000 (15:11 -0600)
committerJoshua Roesslein <jroesslein@opengov.com>
Sun, 30 Nov 2014 21:11:12 +0000 (15:11 -0600)
CHANGELOG.md
tweepy/__init__.py

index 120b660dbe5f69bcd9b79e4c1e5a0986f48e5587..30a9e8d913494741aad74363bc0cffa126a5dcd0 100644 (file)
@@ -1,3 +1,17 @@
+Version 3.0
+-----------
+  - Added multiple list members operation api methods (add_list_members, remove_list_members).
+  - Added sitestream endpoint.
+  - Switch to using Requests instead of httplib.
+  - Fully removed support for non-secure HTTP.
+  - Proxy support.
+  - Add API method for /statuses/lookup.json
+  - Add missing 'count' parameter to followers_ids
+  - Added allowed_param to update_profile_image
+  - Comparison between Status objects
+  - Extend on_data method by including a conditional to process warning messages and add the definition of the method to manage those warning messages
+  - Better Python 3 support.
+
 Version 2.2
 -----------
   - Added update_profile_banner endpoint.
index bf097a985e4b292dc156c56c9c65036a5d7e5a08..a6d3af422918722007b646800336b2cfd7de4fa6 100644 (file)
@@ -5,7 +5,7 @@
 """
 Tweepy Twitter API library
 """
-__version__ = '2.3'
+__version__ = '3.0'
 __author__ = 'Joshua Roesslein'
 __license__ = 'MIT'