Skip to content

Version Number Policies of Depencies

Lukas Prediger edited this page Dec 4, 2018 · 3 revisions

A brief overview of the policies our dependencies (seem to) have when it comes to increasing version numbers (and hence, which restriction should be put into setup.py, if any):

major version release: a.y.z -> b.0.0 minor version release: x.a.z -> x.b.0 patch release: x.y.a -> x.y.b

dependency version policies:

Clone this wiki locally