Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:16
96c994d
  • Python 3.14 is supported and tested, against both Django 5.2 LTS and 6.0.

  • PyPI metadata is fuller: real keywords instead of just the package name, and
    links to the documentation, repository, issue tracker and changelog rather
    than the homepage alone. Development Status moves from 3 - Alpha to
    5 - Production/Stable.

  • Internal: removed the last Python 2 leftovers (__future__ imports, UTF-8
    encoding headers, super(Class, self)) and turned on ruff's UP (pyupgrade)
    ruleset, which had been off, so that they cannot creep back in. No runtime
    behaviour changed.