[Product-Developers] conventions on version numbering

Guido Stevens guido.stevens at cosent.net
Wed Oct 30 21:16:18 UTC 2013


Oops correction: 1.2.3dev > 1.2.3rc1
1.2.3rc1 = 1.2.3.rc1 = 1.2.3-rc1 = 1.2.3.c

rc = .rc = -rc = c
dev follows c

So using .dev as if it were equal or before alpha is faulty. A dev release is between beta and final.

--
   Guido Stevens  |  +31.43.3618933  |  http://cosent.nl

   s o c i a l   k n o w l e d g e   t e c h n o l o g y


On 30 okt. 2013, at 22:00, Guido Stevens <guido.stevens at cosent.net> wrote:

> 
> 
> 
> On 30 okt. 2013, at 21:00, Johannes Raggam <raggam-nl at adm.at> wrote:
> 
>> Regarding versioning schemes: Comparing the versioning scheme section
>> described in conventions.rst, which I wrote and the scheme described on
>> http://semver.org/ - there are some differences regarding pre-release
>> versions. They require pre-release versions to be seperated by a hyphen,
>> like "1.2.3-rc1". I tend to use "1.2.3rc1" or "1.2.3dev" for this.
>> 
>> And then, the hitchhikers guide suggests again something different:
>> "1.2.3.rc1"
>> http://guide.python-distribute.org/specification.html#development-releases
>> 
>> Any suggestions or any experiences, how setuptools compares versions?
> 
> Those 4 variants are equivalent.
> 
> http://pythonhosted.org/distribute/setuptools.html
> 
> 
> 
> --
>    Guido Stevens  |  +31.43.3618933  |  http://cosent.nl
> 
>    s o c i a l   k n o w l e d g e   t e c h n o l o g y
> 
> _______________________________________________
> Product-Developers mailing list
> Product-Developers at lists.plone.org
> https://lists.plone.org/mailman/listinfo/plone-product-developers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plone.org/pipermail/plone-product-developers/attachments/20131030/c9f9ad8b/attachment.html>


More information about the Product-Developers mailing list