11 Sep
2009
11 Sep
'09
12:12 p.m.
On Fri, Sep 11, 2009 at 2:20 AM, Wichert Akkerman <wichert@wiggy.net> wrote:
Suppose you are working on an app which includes a package that depends on A
= 2.1 to make sure it can use a new API introduced in A 2.1. If you then add a develop egg for A to do some work on it things break with this policy because it will have version 0 and can no longer satisfy the >= 2.1 requirement.
Gotcha. Yep that's a down side of the zero approach. For me the scale still tips to using zero as the trunk version. -- Benji York Senior Software Engineer Zope Corporation