Adding the test suite has been holding the release too long
bfc41e5 - bump to v0.5.2
24ac0da - added http_timeout parameter
816c5f7 - remove doc() call when building docstrings
7f57b8e - param name being shortened on non-array parms
5b79abd - rm py3.2 in travis; dropped support in coverage
b07f059 - fix#4; method failing when format=vdf
ba30094 - reorginized the code in webapi
1063165 - setup vcr cassette for webapi test suite
2d24284 - add test suite for SteamID + enabled travis/cover
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.