Release 3.1
authorJoshua Roesslein <jroesslein@opengov.com>
Mon, 1 Dec 2014 19:22:18 +0000 (13:22 -0600)
committerJoshua Roesslein <jroesslein@opengov.com>
Mon, 1 Dec 2014 19:22:18 +0000 (13:22 -0600)
CHANGELOG.md
tweepy/__init__.py

index 30a9e8d913494741aad74363bc0cffa126a5dcd0..97229e99e31ea0c344733cde01f9d02efd6182eb 100644 (file)
@@ -1,3 +1,10 @@
+Version 3.1
+-----------
+  - Allow specifying your own ssl certificates for streaming client.
+  - Distribute Python Wheels instead of dumb binaries.
+  - Fix cursor invocation, passing args to underlying method. (https://github.com/tweepy/tweepy/issues/515)
+  - Upgrade to Request 2.4.3
+
 Version 3.0
 -----------
   - Added multiple list members operation api methods (add_list_members, remove_list_members).
index a6d3af422918722007b646800336b2cfd7de4fa6..85c4b5be12db50273da4080a79b79bf19979c232 100644 (file)
@@ -5,7 +5,7 @@
 """
 Tweepy Twitter API library
 """
-__version__ = '3.0'
+__version__ = '3.1'
 __author__ = 'Joshua Roesslein'
 __license__ = 'MIT'