Fixed ~~~~~ * Remove cancel action from application password screen. It doesn't make sense to cancel an application after it has been approved. * Remove reopen action from archive screen. It doesn't make sense to reopen an application after it has been approved, and this could be the case. * Remove legacy Apache Docker images
6.0.5
------------------
Fixed ~~~~~ * Unused import in Python code broke builds.
6.0.4
------------------
Fixed ~~~~~ * Ensure we don't loose the next= parameter for logins. * Don't reuse existing applicants after AAF login.
6.0.3
------------------
Fixed ~~~~~ * Fix error setting AAF credentials in applications.
6.0.2
------------------
Fixed ~~~~~ * Fix error in CHANGES.rst
Changes ~~~~~~~ * Update dependancies.
6.0.1
------------------
Fixed ~~~~~ * Invalid reference to jwt.JWTError, should be jwt.PyJWTError