ihiji / version_utils

Version parsing and comparison utilities in pure python
https://pypi.python.org/pypi/version_utils
GNU General Public License v3.0
15 stars 8 forks source link

Version 0.2.3 Release #9

Closed mplanchard closed 8 years ago

mplanchard commented 8 years ago

The only functional change in this release is a bugfix for issue #7, where a package string with no epoch and a multi-digit primary version, e.g. firefox-45.0-4.fc22.x86_64, would be parsed incorrectly such that the epoch was 4 and the version was 5.0.

Thanks to @thoger who pointed out the bug and proposed the implemented fix.

mplanchard commented 8 years ago

Merging and releasing to PyPI.