Switch to semantic-version
instead of our custom implementation
#36
Labels
a: internal
Related to internal API of the project
p: 2 - normal
Normal priority
t: rewrite
Complete or partial rewrite of something
Why
According to
CONTRIBUTING.md
...Why not use another thoroughly tested open-source implementation?
Besides, our implementation has a bug:
SemanticVersion.__str__
appends the pre-release string (self.prerelease
) without adding a dash-
.So, instead of
2.0.0-1
, our implementation outputs2.0.01
. That's wrong.The text was updated successfully, but these errors were encountered: