2.0.3
- Add Python 3.7 to the support versions matrix due to change made in v2.0.1
- Change
detox
totox --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 toBadge.async_
since async is now a keyword in Python 3.7. This was implemented in a backwards compatible way soBadge.async
is still valid in older Python versions.