Skip to content

Commit

Permalink
Fixed issue when adding files
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 15, 2023
1 parent 42bab83 commit 84556f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bumpversion/config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def add_files(self, filename: Union[str, List[str]]) -> None:
ignore_missing_version=self.ignore_missing_version,
)
)
self._resolved_filemap = None

@property
def resolved_filemap(self) -> Dict[str, List[FileChange]]:
Expand Down

0 comments on commit 84556f8

Please sign in to comment.