mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 23:20:52 -05:00
The previous fix only updated the Linux block because its old_string matched a longer comment that the macOS/Windows blocks never had, so those two jobs kept the original PEP 440 `.dev<N>` syntax without the patch bump. Result: latest CI on `dev` (run 28509950366) still failed with `unexpected character '.' after patch version number` on both macOS and Windows, showing `version = "0.7.2.dev55"`. Bring both blocks in line with Linux: SemVer `-dev<N>` suffix and the patch-component bump. Same awk logic on all three, so maturin sees a Cargo-valid version on every runner. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>