* Rename django app label from `pyhermes.django` to `pyhermes_django` * Compatibility with Django 3.2
0.3.0
* Retry publishing to hermes in case of failure (default: 3x) * Support for Python3.6, Django 1.10 and Django development version in tests
0.2.1
* Configure custom label for django app 11
0.2.0
* Fix ambiguity with pyhermes.decorators.subscriber (rename subscriber module to subscription)
0.1.3
* Allow for custom wrapper around subcriber function * Additional logging for event id and retry count * Added support for Django <= 1.7 * Raw data is dumped only to debug logs.