-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to semantic versioning #13
Comments
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 |
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. |
I've just released Unidecode 1.0.22, hence I'm closing this issue. |
2018-01-05 unidecode 1.0.22 * Move to semantic version numbering, no longer following version numbers from the original Perl module. This fixes an issue with setuptools (>= 8) and others expecting major.minor.patch format. (avian2/unidecode#13) * Add transliterations for currency signs U+20B0 through U+20BF (thanks to Mike Swanson) * Surround transliterations of vulgar fractions with spaces to avoid incorrect combinations with adjacent numerals (thanks to Jeffrey Gerard)
2018-01-05 unidecode 1.0.22 * Move to semantic version numbering, no longer following version numbers from the original Perl module. This fixes an issue with setuptools (>= 8) and others expecting major.minor.patch format. (avian2/unidecode#13) * Add transliterations for currency signs U+20B0 through U+20BF (thanks to Mike Swanson) * Surround transliterations of vulgar fractions with spaces to avoid incorrect combinations with adjacent numerals (thanks to Jeffrey Gerard)
Unidecode has moved to semantic versioning. I don't believe there are any major changes that awesome-slugify requires. Unidecode release change ``` 2018-01-05 unidecode 1.0.22 * Move to semantic version numbering, no longer following version numbers from the original Perl module. This fixes an issue with setuptools (>= 8) and others expecting major.minor.patch format. (avian2/unidecode#13) * Add transliterations for currency signs U+20B0 through U+20BF (thanks to Mike Swanson) * Surround transliterations of vulgar fractions with spaces to avoid incorrect combinations with adjacent numerals (thanks to Jeffrey Gerard) ```
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
.The text was updated successfully, but these errors were encountered: