module version number support for semver.org

2014-04-10 Thread Jörn Hees
Hi, what do you think about officially supporting Semantic Versioning? ( http://semver.org ) Semantic Versioning has gained a lot of attention in other programming languages. Even though not officially supported, many python libraries use it as well (just search the pypi listing for things like "

Re: module version number support for semver.org

2014-04-11 Thread Jörn Hees
On 11 Apr 2014, at 01:34, Terry Reedy wrote: > On 4/10/2014 6:45 PM, Jörn Hees wrote: >> what do you think about officially supporting Semantic Versioning? >> (http://semver.org ) > > It is a nice fantasy. ;) didn’t say it’s perfect, just that it’s widely used and we shou