* Add Python 3.7 to the support versions matrix due to change made in v2.0.1 * Change `detox` to `tox --parallel` * Also includes from 2.0.2: Don't fail when importing `pinax.badges.tasks` if celery is not installed. * Also includes from 2.0.1: Change `Badge.async` attribute to `Badge.async_` since async is now a keyword in Python 3.7. This was implemented in a backwards compatible way so `Badge.async` is still valid in older Python versions.
2.0.0
* Add Django 2.0 compatibility testing * Drop Django 1.8, 1.9, 1.10, and Python 3.3 support * Add application URL namespacing ("pinax_badges:<urlname>") * Move documentation into README and standardize layout * Convert CI and coverage to CircleCi and CodeCov * Add PyPi-compatible long description