Skip to content

Commit

Permalink
Merge pull request #160 from mull-project/develop
Browse files Browse the repository at this point in the history
Bump version: 0.0.18 → 0.0.19
  • Loading branch information
stanislaw authored Sep 25, 2021
2 parents a94f3c5 + c871cd9 commit 7972b83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.18
current_version = 0.0.19
commit = True
tag = True

Expand All @@ -14,4 +14,3 @@ replace = __version__ = '{new_version}'
[bumpversion:file:tests/integration/tests/py-only/version/sample.itest]
search = Version: {current_version}
replace = Version: {new_version}

2 changes: 1 addition & 1 deletion filecheck/FileCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from difflib import SequenceMatcher
from enum import Enum

__version__ = '0.0.18'
__version__ = '0.0.19'


class FailedCheck:
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.18"
version = "0.0.19"
description = "Python port of LLVM's FileCheck, flexible pattern matching file verifier"
authors = ["Stanislav Pankevich <s.pankevich@gmail.com>"]

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.18
CHECK: Version: 0.0.19
CHECK-EMPTY:

0 comments on commit 7972b83

Please sign in to comment.