twolfson / foundry

Release manager for npm, bower, component, PyPI, git tags, and any command you want
The Unlicense
41 stars 8 forks source link

Improve semver detection in Python release plugin #5

Closed twolfson closed 9 years ago

twolfson commented 10 years ago

Currently, we are using a dumb regexp for finding current Python semver. To make it more efficient, either move to a module that can read a Python AST or improve the regexp (see the semver library that npm uses).

twolfson commented 9 years ago

We already have an issue in https://github.com/twolfson/foundry-release-pypi/issues/1. Closing this as it's no longer relevant to this repo.