Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 0.0.20
current_version = 0.0.21
commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:filecheck/FileCheck.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bumpversion:file:filecheck/filecheck.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:tests/integration/tests/py-only/version/sample.itest]
search = Version: {current_version}
Expand Down
2 changes: 1 addition & 1 deletion filecheck/filecheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from difflib import SequenceMatcher
from enum import Enum

__version__ = "0.0.20"
__version__ = "0.0.21"

from typing import Optional, List, Iterable

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "filecheck"
version = "0.0.20"
version = "0.0.21"
description = "Python port of LLVM's FileCheck, flexible pattern matching file verifier"
authors = ["Stanislav Pankevich <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tests/py-only/version/sample.itest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUN: %FILECHECK_EXEC --version | %FILECHECK_TESTER_EXEC %s --match-full-lines
CHECK: {{^.*}}FileCheck{{(\.py)?$}}
CHECK: Version: 0.0.20
CHECK: Version: 0.0.21
CHECK-EMPTY: