Skip to content

Commit

Permalink
Update docs/reference/configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: wkoot <[email protected]>
  • Loading branch information
coordt and wkoot authored Jun 13, 2024
1 parent 254ea44 commit 7c801c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This string is templated using the [Python Format String Syntax](https://docs.py
environment var
: `BUMPVERSION_PARSE`

This is the default regular expression (Python regular expression syntax](https://docs.python.org/3/library/re.html#regular-expression-syntax)) for finding and parsing the version string into its components. Individual part or file configurations may override this.
This is the default regular expression ([Python regular expression syntax](https://docs.python.org/3/library/re.html#regular-expression-syntax)) for finding and parsing the version string into its components. Individual part or file configurations may override this.

The regular expression must be able to parse all strings produced by the configured [`serialize`](configuration.md#serialize) value. Named matching groups ("`(?P<name>...)`") indicate the version part the matched value belongs to.

Expand Down

0 comments on commit 7c801c0

Please sign in to comment.