populus
populus copied to clipboard
Verson 2: Switch from`semver` to `semantic_version` package.
- Populus Version: 2.x.x (on the
feat/v2branch)
What is wrong?
Currently, in the feat/v2 line of Populus, the semver package is used for semantic versioning. This should switch to use the semantic_version package found here: https://pypi.python.org/pypi/semantic_version
This keeps giving me errors regarding eth_utils
right, https://github.com/ethereum/populus/issues/450 needs to be fixed before this issue can be resolved.
Still opened?