Bugfix release. Fixes Fix lock idempotency. Fix markers evaluation for python_version with precision < 3. Fix permissions of the dist-info files. Fix prepare_metadata_for_build_wheel() missing in the build backend. Fix metadata inconsistency between wheels and sdists. Fix parsing of platform_release markers. Fix metadata information when the project has git dependencies. Fix error reporting when publishing fails. Fix retrieval of extras_require in some setup.py files. (Thanks to @asodeur) Fix...