]> jfr.im git - z_archive/twitter.git/commitdiff
Version bump 1.4.2 twitter-1.4.2
authorMike Verdone <redacted>
Wed, 28 Jul 2010 12:30:23 +0000 (14:30 +0200)
committerMike Verdone <redacted>
Wed, 28 Jul 2010 12:30:23 +0000 (14:30 +0200)
setup.py
twitter/twitter_globals.py

index c8e65ffbd3a896a3df2c3b2d22a005f522cc6c33..d1e60d7a886f7833ee493d99d04dfaaed9a620bd 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys, os
 
-version = '1.4.1'
+version = '1.4.2'
 
 install_requires = [
     # -*- Extra requirements: -*-
index 1dc39e9b05be748447738f73ec3bb4adc91d9496..5a2e6c82f9ebaffe1ce9fc7faf1f760e3c5d3097 100644 (file)
@@ -11,21 +11,21 @@ POST_ACTIONS = [
     'update', 'retweet',
 
     # Direct Message Methods
-    'new', 
+    'new',
 
     # Account Methods
-    'update_profile_image', 'update_delivery_device', 'update_profile', 
-    'update_profile_background_image', 'update_profile_colors', 
-    'update_location', 'end_session', 
+    'update_profile_image', 'update_delivery_device', 'update_profile',
+    'update_profile_background_image', 'update_profile_colors',
+    'update_location', 'end_session',
 
     # Notification Methods
-    'leave', 'follow', 
+    'leave', 'follow',
 
-    # Status Methods, Block Methods, Direct Message Methods, 
+    # Status Methods, Block Methods, Direct Message Methods,
     # Friendship Methods, Favorite Methods
-    'destroy', 
+    'destroy',
 
     # Block Methods, Friendship Methods, Favorite Methods
-    'create', 
+    'create',
 
 ]