CHANGES
=======

2.0.7
-----

* Add flake8 test to travis.yml
* Send custom user agent (issue #14)
* Add PEP8 validation and missing copyright headers
* Improve setup.py and requirements.txt

2.0.6
-----

* Use python style enumerables in calls

2.0.5
-----

* Remove requests requirements

2.0.4
-----

* cast 'timeout' to float
* Update README.rst

2.0.3
-----

* Now is better than never
* Single quote to be standard. pep8
* Handle different content types

2.0.2
-----

* Refactored broken exception handling

2.0.1
-----

* Added more Ubersmith exceptions:

2.0.0
-----

* Rework test without flexmock, request_mock Make post as default behavior - breaking change Fixe readme for new pypi lib name

1.1.0
-----

* UbersmithException returns the original `code` and `message` given by the API

1.0.8
-----

* Add test that verifies old import still works. Improve Readme file
* Ability to use `POST` as default request method POST request `body` is now verified in tests

1.0.7
-----

* Changed package name

1.0.6
-----

* Update readme

1.0.5
-----

* Add timeout to http requests
* Exception string test

1.0.2
-----

* Making explicit exception
* Include example in README

1.0.0
-----

* Travis key using internap account
* Fixing travis key Fixing readme link to travis-ci
* internap pypi
* api-key
* New ubersmith python client
