- Initial release. Not working. Do not use.
- Initial release. Not working. Do not use.
- First working release on PyPI.
- Fix travis deploy repo, once more.
- Fix README formatting for docs.
- Fix links to github repo
- Updated usage in README.
- Fix typo in README.
- Fix README parse issue.
- Updated to return all device information.
- Added extra unit tests.
- Minor bug fixes and extra unit tests
- Logging fixes around token refresh
- Fix History.rst formatting issue.
- Take SSL param in init now
- Fix some typos
- As a convenience, as the router IP as the host for every device. Can be useful when a network has more than one router.
- Only a docs update.
- Only a docs update.
- Compatibility with 15.05.
- Adding packaging dependancy.
- Add option to enable or disable HTTPS verification.
- Suppress "InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised." warnings.
- Reduce number of info log messages.
- Minor code clean-up to address flake8 warnings.
- Add packaging
- Unpin pip versions. Allow higher. Fixes #42 fbradyirl#42
- Switch pipeline to Github actions