Skip to content

Releases: pinax/pinax-badges

3.0.0

16 Jul 20:44
9f3895b
Compare
Choose a tag to compare

2.0.3

13 Jan 22:35
2a820ac
Compare
Choose a tag to compare
  • 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

20 Jan 21:13
9b4b67e
Compare
Choose a tag to compare
  • 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