[Distutils] PEP 345, PEP 376, PEP 386

P.J. Eby pje at telecommunity.com
Thu Jun 4 18:57:30 CEST 2009


At 09:41 AM 6/4/2009 -0700, Trent Mick wrote:
>Can people point to some examples of projects using post-release 
>tags, and that would require the use of a "dev release of a post release"?

Any project that uses a post-release tag and has multiple developers 
or multiple commits required to create that post-release version, 
will need the dev tagging to distinguish installed/development 
versions from each other, even if these intermediate versions are 
never "released" to PyPI.  People working from checkouts will need 
them to keep their install/build tools happily humming along, able to 
tell which intermediate checkout version they're workign with and 
whether they are up-to-date.



More information about the Distutils-SIG mailing list