------------------ * Cleaned up shutdown code * Create retry logic throughout to deal with disconnect and other failures * Added functionality to deal with state maintenance * Updated dependencies * Removed flaky test
0.2.1
------------------ * Made websocket library usage backwards-compatible with older versions
0.2.0
------------------ * Rewrote discovery to use multiple threads so it only takes 1 second * Improved logging in client class with logger passed through * Improved handling of event loop to allow usage within existing async codebase * Added --version argument to CLI
0.1.7
------------------ * Migrated from bumpversion to bump2version for cleaner release process
0.1.6
------------------ * Another bump to let Travis upload to PyPi itself, to fix the build
0.1.5
------------------ * Bumped version after tweaking build workflow