Skip to content
Snippets Groups Projects

updating and testing Sam's bumpversion work

Merged Charlotte Hausman requested to merge playing-with-versioning into 2.8.2.3-DEVELOPMENT
+ 2
1
@@ -2,7 +2,7 @@
# Docs: https://callowayproject.github.io/bump-my-version/
# NB: Run with `--ignore-missing-version` flag to ignore PyCAPO's version
[tool.bumpversion]
current_version = "2.8.2.4dev0"
current_version = "2.8.2.3rc1"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
@@ -22,6 +22,7 @@ serialize = [
"{major}.{minor}.{patch}",
]
allow_dirty = true
ignore_missing_version = true
[tool.bumpversion.parts.pre_l]
values = ["dev", "rc", "final"]
Loading