Ben Finney wrote:
Gerry Reno writes:
We have an application, foo-5.0.0, and we want to put out some
pre-release candidates for testing, so we set the version to
"5.0.0_rc1" in setup.py.
That's where your problems start (as you no doubt surmised). If you
want version numbers to compar
Gerry Reno writes:
> We have an application, foo-5.0.0, and we want to put out some
> pre-release candidates for testing, so we set the version to
> "5.0.0_rc1" in setup.py.
That's where your problems start (as you no doubt surmised). If you
want version numbers to compare in a certain order, yo