Releases: pinax/pinax-badges
Releases · pinax/pinax-badges
3.0.0
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.
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:")
- Move documentation into README and standardize layout
- Convert CI and coverage to CircleCi and CodeCov
- Add PyPi-compatible long description