Re: [Python-Dev] PEP 386 and dev repository versions workflow

2011-05-02 Thread Tarek Ziadé
On Mon, May 2, 2011 at 7:14 PM, anatoly techtonik wrote: > http://guide.python-distribute.org/quickstart.html proposes suffixing > version of a module in repository with 'dev' in a way that after > release of '1.0' version, the repository version is changed to > '2.0dev'. This makes sense, but it

[Python-Dev] PEP 386 and dev repository versions workflow

2011-05-02 Thread anatoly techtonik
http://guide.python-distribute.org/quickstart.html proposes suffixing version of a module in repository with 'dev' in a way that after release of '1.0' version, the repository version is changed to '2.0dev'. This makes sense, but it is not compatible with PEP 386, which suggests using 2.0.devN, whe