Poetry 0.8.3 is out

Published on April 16, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed platform verification which led to missing packages. Fixed duplicates in pyproject.lock.

Poetry 0.8.2 is out

Published on April 14, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed add command picking up prereleases by default. Fixed dependendency resolution on Windows when unpacking distributions. Fixed dependency resolution with post releases. Fixed dependencies being installed even if not necessary for current system.

Poetry 0.8.0 is out

Published on April 13, 2018 in Releases with tags 0.X
This version brings some improvements and a bunch of bugfixes. New Features Support for Python 2.7 After adding support for Python 3.4 and 3.5 in version 0.7.0, poetry now supports Python 2.7. The decision was made so that Python 2.7 projects can benefit from the advantages that poetry provides. Fallback mechanism for missing dependencies poetry uses the PyPI JSON API to retrieve package information. However, some packages (like boto3 for example) have missing dependency information due to bad packaging/publishing which means that poetry won’t be able to properly resolve dependencies.

Poetry 0.8.1 is out

Published on April 13, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed resolution with bad (empty) releases. Fixed version for prereleases. Fixed search not working outside of a project. Fixed self:update not working outside of a project.

Poetry 0.7.0 is out

Published on April 4, 2018 in Releases with tags 0.X
This version brings some improvements and a bunch of bugfixes. New Features Support for Python 3.4+ Previously, Poetry supported Python 3.6+ but after some consideration it was decided that it would support all Python 3 versions currently by the Python core team (see https://devguide.python.org/#status-of-python-branches). So now, Poetry supports Python 3.4+. New standalone installer Poetry now provides a custom installer that will install poetry isolated from the rest of your system by vendorizing its dependencies.

Poetry 0.6.5 is out

Published on March 22, 2018 in Releases with tags 0.X
Bugfix release. Fixed Fixed handling of extras in wheels metadata.

Poetry 0.6.4 is out

Published on March 21, 2018 in Releases with tags 0.X
Bugfix release. New features Added a debug:info command to get information about current environment. Fixes Fixed Python version retrieval inside virtualenvs. Fixed optional dependencies being set as required in sdist. Fixed --optional option in the add command not being used.

Poetry 0.6.3 is out

Published on March 20, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed built wheels not getting information from the virtualenv. Fixed building wheel with conditional extensions. Fixed missing files in built wheel with extensions. Fixed call to venv binaries on windows. Fixed subdependencies representation in lock file.

Poetry 0.6.2 is out

Published on March 19, 2018 in Releases with tags 0.X
Bugfix release. Changes Changed how wildcard constraints are handled. Fixes Fixed errors with pip 9.0.2.

Poetry 0.6.1 is out

Published on March 18, 2018 in Releases with tags 0.X
Bugfix release. Fixes Fixed wheel entry points being written on a single line. Fixed wheel metadata (Tag and Root-Is-Purelib).