8000 Release 0.28 · python-versioneer/python-versioneer · GitHub
[go: up one dir, main page]

Skip to content

0.28

Compare
Choose a tag to compare
@effigies effigies released this 27 Oct 18:46
· 86 commits to master since this release

Release Notes

This release adds official support for Python 3.11, including using the built-in tomllib instead of the third-party tomli, when available.

What's Changed

  • FIX: handle unset versionfile_build in build_ext by @mgorny in #347
  • ENH: support built-in tomllib for Python 3.11+ by @mgorny in #348

Full Changelog: 0.27...0.28

0