django-q (0.9.4-2) unstable; urgency=medium

  As of python3.7, async became a reserved word. This release has been patched
  accordingly. Such patch means a breakage in the API.

  - The `async` function become `async_task`;
  - All `async_` functions becomes `async_task_`;
  - The `Async` class becomes `AsyncTask`.

  Users should update their code accordingly.

 -- Pierre-Elliott Bécue <becue@crans.org>  Fri, 03 Aug 2018 18:09:01 +0200