Labels
Labels
5 labels
- Pull requests that update a dependency file
- Breaking change; increment major version (e.g. 1.2.3 -> 2.0.0)
- New features; increment minor version (e.g. 1.2.3 -> 1.3.0)
- Bug fixes and small changes; increment patch version (e.g. 1.2.3 -> 1.2.4)
- Pull requests that update python code