From a72cf9c32c6b4106435b98c643e6bf326735eb50 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sun, 18 Feb 2024 17:34:17 +0400 Subject: [PATCH] Bugs has been fixed upstream --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efcd5cca9..afd993cd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,8 +212,6 @@ replace = "## [{new_version} (unreleased)](" [[tool.bumpversion.files]] # Update the version in the citation file. filename = "./citation.cff" -# XXX There a regression in bump-my-version 0.12.0 which prevent version to be updated here. -# See: https://github.com/callowayproject/bump-my-version/issues/90 search = "version: {current_version}" replace = "version: {new_version}"