From aa33c60489e57ef8b55a5d933f278fb95164c90b Mon Sep 17 00:00:00 2001 From: Stephen Aylward Date: Wed, 20 May 2026 18:08:08 -0400 Subject: [PATCH] Disable bumpver auto commit and tagging --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1131183..df8e105 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -177,9 +177,9 @@ where = ["src"] current_version = "2026.05.8" version_pattern = "YYYY.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" -commit = true +commit = false tag_message = "{new_version}" -tag = true +tag = false push = false [tool.bumpver.file_patterns]