Fixes https://github.com/amalfra/docker-hub/issues/20 Thanks to sdahlbac for reporting login command bug
4.0.0
* Dropped support for deprecated Python version 3.6 * Fixes https://github.com/amalfra/docker-hub/issues/18. Thanks raydouglass for reporting the bug
3.0.0
* From this release onwards Python 2 support is dropped and now 3.6+ is required for using this package * This also fixes [site-packages/src installation directory issue](https://github.com/amalfra/docker-hub/issues/14). Thanks a lot to sodul for suggesting and sending the fix!
2.2.0
Fixes --all-pages bug
2.1.0
A new option `--all-pages` is now supported by tags argument. It will list all pages of the result. Thank you to tomviner https://github.com/amalfra/docker-hub/pull/11
A bug that prevented token from being saved has also been fixed. Thank you to sdahlbac https://github.com/amalfra/docker-hub/pull/13
2.0.0
This release adds support for setting and getting config options. A fix for login bug has also be added in this release.