Skip to content

2.0.3

Compare
Choose a tag to compare
@KatherineMichel KatherineMichel released this 13 Jan 22:35
· 15 commits to master since this release
2a820ac
  • 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.