dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Confusing version strings #77

Closed torfsen closed 3 years ago

torfsen commented 5 years ago

The latest release tag is 3.2.0, but pyment.__version__ in that tag is still 0.3.2:

https://github.com/dadadel/pyment/blob/0e55c9f7374b412c4014ff655270ba92f29ff344/pyment/pyment.py#L13

The latest version available from PyPI, on the other hand, is 0.3.3.

So that's 3 different version numbers, and it's totally confusing.

dadadel commented 5 years ago

Hi @torfsen , In master, the version is "0.3.3". Indeed the last tag has a bad version number 3.2.0 while it should be 0.3.2! And I should release the 0.3.3 as last tag. Thanks for reporting!

dadadel commented 3 years ago

FYI I have deleted tag v3.2.0 and added v0.3.2 on the same commit.