Skip to content

v4.1.11: Arch fixup

Choose a tag to compare

@antheas antheas released this 09 Jul 16:48
· 114 commits to master since this release
Immutable release. Only release title and notes can be modified.
6780fc3

Setuptools changed how it works, switch to importlib metadata instead for plugin discovery. This should fix the startup crash on arch.

What's Changed

  • Use importlib.metadata for plugin discovery instead of pkg_resources by @rgvxsthi in #334

New Contributors

Full Changelog: v4.1.10...v4.1.11