From: Sasha <nd...@ma...> - 2006-07-27 16:37:35
|
On 7/27/06, Travis Oliphant <oli...@ee...> wrote: [snip] > I don't really like having the trunk use a 'lower' version number than > the releases but I'm not sure what to do. The problem seems to stem > from wanting to have the version number sort somewhat reasonably when > the development number is tacked on. > Don't fix it if it ain't broken. Applications that need sortable version numbers can work out their own convention. For example, 1.0.0.<svn rev>, 1.0.0.final, 1.0.1.<svn rev>. Numpy was following a consistent and convenient rule for a long time, changing that now will only lead to confusion. |