File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -394,19 +394,19 @@ report.precision = 2
394394
395395[tool .bumpversion ]
396396current_version = " 13.0.1.dev0"
397- allow_dirty = true
398- ignore_missing_files = true
399397# Parse versions with an optional .devN suffix (PEP 440).
400398parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .dev(?P<dev>\\ d+))?"
401399serialize = [
402400 " {major}.{minor}.{patch}.dev{dev}" ,
403401 " {major}.{minor}.{patch}" ,
404402]
403+ ignore_missing_files = true
404+ allow_dirty = true
405+ parts.dev.optional_value = " release"
405406# When dev is "release" (its optional value), the .devN suffix is omitted.
406407# Bumping patch/minor/major resets dev to "0", producing X.Y.Z.dev0.
407408# Bumping dev goes from "0" to "release", stripping the suffix for release.
408409parts.dev.values = [ " 0" , " release" ]
409- parts.dev.optional_value = " release"
410410
411411[[tool .bumpversion .files ]]
412412# Update Python package version in any __init__.py file.
You can’t perform that action at this time.
0 commit comments