Skip to content

v0.38.0 (built with uv)

Compare
Choose a tag to compare
@tony tony released this 26 Nov 12:02
· 254 commits to master since this release

What's Changed

Development

  • Project and package management: poetry to uv (#547)

    uv is the new package and project manager for the project, replacing Poetry.

  • Code quality: Use f-strings in more places (#540)

    via ruff 0.4.2.

Documentation

  • [docs] Sphinx v8 compatibility: configure a non-empty inventory name for Python Intersphinx mapping. by @jayaddison in #542

  • Fix docstrings in query_list for MultipleObjectsReturned and
    ObjectDoesNotExist.

Other

  • Bump dev dependencies, including ruff 0.4.2, f-string tweaks by @tony in #540

New Contributors

Full Changelog: v0.37.0...v0.38.0