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 vendo...