Announcing Poetry 1.0.3

Published on January 31, 2020 in Releases with tags 1.X

The Poetry team is pleased to announce the immediate availability of Poetry 1.0.3.

Announcing Poetry 1.0.2

Published on January 10, 2020 in Releases with tags 1.X

The Poetry team is pleased to announce the immediate availability of Poetry 1.0.2.

Announcing Poetry 1.0.1

Published on January 10, 2020 in Releases with tags 1.X

The Poetry team is pleased to announce the immediate availability of Poetry 1.0.1.

Announcing Poetry 1.0.0

Published on December 12, 2019 in Releases with tags 1.X

The Poetry team is pleased to announce the immediate availability of Poetry 1.0.0.

Poetry 0.12.17 is out

Published on July 3, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed dependency resolution with circular dependencies. Fixed encoding errors when reading files on Windows. (Thanks to @vlcinsky) Fixed unclear errors when executing commands in virtual environments. (Thanks to @Imaclean74) Fixed handling of .venv when it’s not a directory. (Thanks to @mpanarin)

Poetry 0.12.16 is out

Published on May 13, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed packages with no hashes retrieval for legacy repositories. Fixed multiple constraints for dev dependencies. Fixed dependency resolution failing on badly formed package versions instead of skipping. Fixed permissions of built wheels.

Poetry 0.12.15 is out

Published on May 3, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed an AttributeError in the editable builder. Fixed resolution of packages with only Python 3 wheels and sdist when resolving for legacy repositories. Fixed non-sha256 hashes retrieval for legacy repositories.

Poetry 0.12.14 is out

Published on April 26, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed root package installation for pure Python packages.

Poetry 0.12.13 is out

Published on April 26, 2019 in Releases with tags 0.X
Bugfix release. Fixes Fixed root package installation with pip>=19.0. Fixed packages not being removed after using the remove command.

Poetry 0.12.12 is out

Published on April 11, 2019 in Releases with tags 0.X
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 wheel compression when building.