Version 3.24.1.1
This bumps the CMake version to 3.24.1. The py.typed
file was missing from previous versions; this is now added so import cmake
should be available to type checkers now.
This needed a patch release (3.24.1.1) fixing an issue with include_package_data
that caused issues in 3.24.1. We've also fixed a extra system call on (at least some older) versions of Python.
What's Changed
Patch 3.24..1
- fix: only include
py.typed
package_data by @mayeut in #278 - fix: avoiding an extra system call by @henryiii in #279
Full Changelog: 3.24.0...3.24.1.1