On Fri, Sep 11, 2009 at 2:20 AM, Wichert Akkerman <[email protected]> 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 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
