Closed joaonc closed 2 months ago
Remove dependency on semantic_version package.
semantic_version
Using a small portion of its feature (getting the next version) that was easily replaced with a helper function. Now using only packaging.version.Version, which is part of Python.
packaging.version.Version
Remove dependency on
semantic_version
package.Using a small portion of its feature (getting the next version) that was easily replaced with a helper function. Now using only
packaging.version.Version
, which is part of Python.