Files
qdrant/.github
Andrey Vasnetsov 48bd3051ec ci: apply SemVer version bump on macOS and Windows too (#9649)
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>
2026-08-04 11:16:56 +02:00
..
2025-08-26 13:16:40 +02:00