1.12.x¶
1.12.0 (2022-10-13)¶
Breaking¶
Sanitize
starting_versionaccording PEP 440.Do not remove leading non-numeric symbols from version number (except
v).
1.12.1 (2022-10-24)¶
Bug fixes¶
Make version sanitization less strict, allow to automatically convert some cases, e.g.
1.0.0+feature/abc to 1.0.0+feature.abc (#67).