* Added support for Python >= 3.3.
* Added ``get_library_permissions()`` method to ``LibraryClient``.
* Added ``update_group()``, ``get_group_users()``, ``get_group_roles()``,
``add_group_user()``, ``add_group_role()``, ``delete_group_user()`` and
``delete_group_role()`` methods to ``GroupsClient``.
* Added ``full_details`` parameter to ``JobsClient.show_job()`` (thanks to
Rossano Atzeni).
* BioBlend.objects: added ``ObjJobClient`` and ``Job`` wrapper (thanks to
Rossano Atzeni).
* BioBlend.objects: added check to verify that all tools in a workflow are
installed on the Galaxy instance (thanks to
[Gianmauro Cuccuru](https://github.com/gmauro)).
* Removed several deprecated parameters: see commits [19e168f](https://github.com/galaxyproject/bioblend/commit/19e168f5342f4c791d37694d7039a85f2669df71)
and [442ae98](https://github.com/galaxyproject/bioblend/commit/442ae98037be7455d57be15542553dc848d99431).
* Verify SSL certificates by default.
* Added documentation about the Tool Shed and properly link all the docs on
ReadTheDocs.
* Solidified automated testing by using [tox](https://tox.readthedocs.org/) and
[flake8](https://gitlab.com/pycqa/flake8).