From 8a5c8c08636b5fa31f8e91696a2eaf56feb1dd65 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 2 Dec 2022 20:59:08 -0500 Subject: [PATCH] Fix `bumpversion` fails with `FileNotFoundError` The `README.md` file was moved to the `.github` folder in commit 742d482 and merged in clinton-hall/nzbToMedia#1574. Additionally the version number was removed from `README.md` in commit 8745af2. Fixes clinton-hall/nzbToMedia#1909 --- .bumpversion.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e7c920cf..70c6a331 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -7,11 +7,6 @@ tag = False search = version='{current_version}' replace = version='{new_version}' -[bumpversion:file:README.md] -search = v{current_version} -replace = v{new_version} - [bumpversion:file:core/__init__.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' -