This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
0.16.1 - Workaround setuptools bug
setuptools 20.6.6 (published this morning) causes a failure when resolving the dependencies of requests[security]
(e.g. python -c "import pkg_resources; pkg_resources.require('requests[security]')"
), which yotta does indirectly.
This release includes a workaround so that yotta no longer relies on pkg_resources
to determine its own version.