Poetry 0.12.12 is out
Published on April 11, 2019
in
Releases
Bugfix release.
Fixes #
- Fix lock idempotency.
 - Fix markers evaluation for 
python_versionwith precision < 3. - Fix permissions of the 
dist-infofiles. - Fix 
prepare_metadata_for_build_wheel()missing in the build backend. - Fix metadata inconsistency between wheels and sdists.
 - Fix parsing of 
platform_releasemarkers. - Fix metadata information when the project has git dependencies.
 - Fix error reporting when publishing fails.
 - Fix retrieval of 
extras_requirein somesetup.pyfiles. (Thanks to @asodeur) - Fix wheel compression when building. (Thanks to @ccosby)
 - Improve retrieval of information for packages with two python specific wheels.
 - Fix request authentication when credentials are included in URLs. (Thanks to @connorbrinton)