Skip to content
Snippets Groups Projects
Commit b6bd3ea4 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix incrementing errors

parent e145326a
3 merge requests!1605Merge 2.8.2.3 work to main,!1581catch up with 2.8.2.3,!1579updating and testing Sam's bumpversion work
Pipeline #14309 passed
......@@ -12,7 +12,7 @@ parse = """(?x)
)? # smallpatch section is optional
(?:
(?P<pre_l>[a-zA-Z-]+) # pre-release label
(?P<pre_n>[1-9]\\d*) # pre-release version number
(?P<pre_n>0|[1-9]\\d*) # pre-release version number
)? # pre-release section is optional
"""
serialize = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment