which is now autodetected.
+ added new() method. shortcut for setting up new API instances
example: API.new(auth='basic', username='testuser', password='testpass')
+ + update_profile_image() and update_profile_background_image() method added.
+ Fixes
+ User.following is now set to False instead of None
when user is not followed.
1.0 -> 1.0.1
============
-+ changing profile and background images
-+ full coverage of current code in tests
++ changing profile and background images [DONE]
+ prepare for social graph changes mentioned on mailinglist
+ finish search api
+ autodetect authenticated user's ID [DONE]