Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Fixed regression introduced in v0.30.0 causing `ValueError: Inv…
…alid semantic version: 0.33.1+420240816190912` (#729) ## Changes This PR fixes SemVer regex to follow the official recommendation to capture more patterns. It also ensures that patterns are both SemVer and PEP440 compliant. ## Tests - [x] `make test` run locally - [x] `make fmt` applied - [ ] relevant integration tests applied
- Loading branch information