avian2 / unidecode

ASCII transliterations of Unicode text - GitHub mirror
https://pypi.python.org/pypi/Unidecode
GNU General Public License v2.0
517 stars 62 forks source link

Move to semantic versioning #13

Closed avian2 closed 6 years ago

avian2 commented 7 years ago

Traditionally Python Unidecode followed the versioning scheme used by the original Perl module. This doesn't make sense any more because:

Next release should be numbered something like 1.0.22.

FRidh commented 6 years ago

Would you mind making a re-release of 0.04.21 as 0.4.21? Then we can use semantic versioning right away.

The reason I am asking is that this is the only package I encountered which breaks usage of packaging.version.Version (https://github.com/pypa/packaging/blob/16.8/packaging/version.py#L191) as also encountered by setuptools. I'm working on an update script for our distribution (NixOS) and prefer not having to modify Version to by-pass this.

avian2 commented 6 years ago

I'll just release 1.0.22 as planned in a day or two. git master contains some contributions that I think are ready for release.

avian2 commented 6 years ago

I've just released Unidecode 1.0.22, hence I'm closing this issue.