From 2c94733f47dd28ef794fd707f4120e468464b78f Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sun, 5 Nov 2023 17:42:25 +0400 Subject: [PATCH] Add a note about bump-my-version 0.12.0 regression See: https://github.com/callowayproject/bump-my-version/issues/90 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9ed00a7a1..975509619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,6 +210,8 @@ replace = "## {{gh}}`{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}"