sifive / wit

Workspace Integration Tool
Apache License 2.0
23 stars 13 forks source link

Set version string to 0.13.x #225

Closed mmjconolly closed 4 years ago

mmjconolly commented 4 years ago

Set version to 0.13.x in master branch. A separate 0.13.0 branch will be made which sets 0.13.0 there.

richardxia commented 4 years ago

I think this might actually break setuptools (although I haven't tried running it). A letter is not legal at that position, and the only letters you can use within the normal version components are a, b, and rc standing for "alpha", "beta", and "release candidate", respectively. Even when those letters are allowed, a digit must precede and succeed them, so you'd still be limited to writing something like 0.13.0a0. It looks like you can also do 0.13.dev0, which is under the developmental releases section.

See https://www.python.org/dev/peps/pep-0440/ for the gory details.

mmjconolly commented 4 years ago

Changed to 0.13.dev0, tested I could locally install