* Further Python 3 compatibility fixes, many thanks to Alexander Shchepetilnikov (irqed)
0.6.1
-----
* Remove ``simplejson`` dependency.
* Support range now Python 2.6 - Python 3.4
0.6.0
-----
* All HTTP methods support multipart/form-data. The new ``files`` parameter is directly passed to ``requests``. Thanks to Philip Neustrom and Diego Gaustein.
0.5.2
-----
* Now compatible with ``requests`` 1.0 thanks to Matias Saguir.
* Fix bug when using default serializer. Thanks to Andy McKay
0.4.2
-----
* Support decoded unicode url fragments - Thanks collinwat