Skip to content

v2.7.4

Compare
Choose a tag to compare
@bittner bittner released this 15 Jan 02:22
· 38 commits to main since this release

Switch from setup.py to pyproject.toml for packaging. Handle exceptions centrally. Start using Ruff to replace all linters.

What's Changed

  • Fix additional environments shown by tox list by @bittner in #65
  • Continue to run older Pythons with Tox by @bittner in #66
  • Perform packaging with pyproject.toml, remove setup.py by @bittner in #67
  • Use ruff as the one linter for everything by @bittner in #68
  • Handle exceptions centrally in main entry point by @bittner in #69

Full Changelog: 2.7.3...2.7.4