Prepare for 3.2.0 release. Update change log and bump version.
authorJoshua Roesslein <jroesslein@opengov.com>
Wed, 28 Jan 2015 19:10:16 +0000 (11:10 -0800)
committerJoshua Roesslein <jroesslein@opengov.com>
Wed, 28 Jan 2015 19:10:16 +0000 (11:10 -0800)
CHANGELOG.md
tweepy/__init__.py

index 97229e99e31ea0c344733cde01f9d02efd6182eb..a49f4e561c0ac5b7f53a89a01b5ec1fdb8e44bf5 100644 (file)
@@ -1,5 +1,14 @@
-Version 3.1
------------
+Version 3.2.0
+-------------
+  - Remove deprecated trends methods.
+  - Fix tweepy.debug() to work in Python 3.
+  - Fixed issue #529 - StreamListener language filter stopped working.
+  - Add Documentation Page for streaming.
+  - Add media/upload endpoint.
+  - Add media_ids parameter to update_status().
+
+Version 3.1.0
+-------------
   - 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)
index 4be5a5a7af665567b12b80fb1e307593c74b1157..f702a59f427362751552fc4050a4365a830015ce 100644 (file)
@@ -5,7 +5,7 @@
 """
 Tweepy Twitter API library
 """
-__version__ = '3.1.0'
+__version__ = '3.2.0'
 __author__ = 'Joshua Roesslein'
 __license__ = 'MIT'