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

- it's not working but let's leave it there anyway

- also fix the current version
parent 256b77c7
No related branches found
No related tags found
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 #14303 passed
......@@ -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"]
......
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