Skip to content

Commit fb17c83

Browse files
committed
Add "release" as an alias for the empty/release qualifier.
The Maven ComparableVersion spec defines "", "final", "ga", and "release" as equivalent, but univers is missing "release". Fixes #188 Signed-off-by: Matt Selsky <matthew.selsky@twosigma.com>
1 parent 92b1a24 commit fb17c83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/univers/maven.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class RestrictionParseError(ValueError):
3333
ALIASES = {
3434
"ga": "",
3535
"final": "",
36+
"release": "",
3637
"cr": "rc",
3738
}
3839

0 commit comments

Comments
 (0)