0.9.1

* Update requests version.

0.9.0

* Add default retry to API calls.

0.8.1

* Fixed bug where built-in interface dict overwrote `interface` methods from Almanac (`interface.search`, `interface.edit`). The `Resource` attribute `interface` is renamed `_interface`.

0.8.0

* Switch to using requests
* Allow library to be used from a zip archive
* Deprecated parameters are now set to optional
* Fixed bug where instance attribute was shadowing API endpoint
* Update interfaces.json
* Update README

0.7.0

* Allow for nested methods to support conduit calls such as diffusion.repository.edit
* Fix regular expressions that cause type parsing to fail

0.6.1

* Fix Python 3 related issues

0.6.0

* Python 3 support
* Fix "not JSON serializable" error when not using a token
* Better tests
* Updated interfaces
* Moved `conduit` to `_conduit` so `.conduit` API is available now
* Updated interfaces to the latest Phabricator version

0.5.0

* Support new style token-based authentication

0.4.0

* Update interfaces.json to Phab @ e75b389
* Add Phabricator.update_interfaces to pull latest interfaces from conduit.query
* Fix validation of string to be str or unicode

0.1.0

* Initial release
