e686fb4 - version bump to v0.5
121605f - SteamID can now init with steam2 id
73fbf29 - added 'last_response' attribute to WebAPIMethod
5f6b65a - fixed SteamID.__str__() not returning a str
5380594 - added HTTP method to method .doc()
b43b2cd - steamid.community_url is now https
6284106 - added shields to README
the attribute is a instance of `requests.Response` and it will
hold a reference to the last response for the particular method.
This could be useful for debuging, or reading the body, which may
hold reason information, when http status code is not 200.