From a8c128afdcf857f1fed9c5c1cebbb8b9932f1cc4 Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Sun, 5 Dec 2021 15:49:16 +0100 Subject: [PATCH 1/2] .bumpversion.cfg: fix the location of new filecheck.py --- .bumpversion.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9f88eb9..7fff0ba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -7,9 +7,9 @@ tag = True 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} From 24b99aeb3e494262d1b3749bec0a556bf6f7baf2 Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Sun, 5 Dec 2021 15:53:08 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.0.20=20=E2=86=92=200.0.?= =?UTF-8?q?21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- filecheck/filecheck.py | 2 +- pyproject.toml | 2 +- tests/integration/tests/py-only/version/sample.itest | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7fff0ba..0b85048 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.20 +current_version = 0.0.21 commit = True tag = True diff --git a/filecheck/filecheck.py b/filecheck/filecheck.py index de0946c..c1a155e 100755 --- a/filecheck/filecheck.py +++ b/filecheck/filecheck.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 23bf982..24b9b53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/tests/integration/tests/py-only/version/sample.itest b/tests/integration/tests/py-only/version/sample.itest index 8f2d64e..98db440 100644 --- a/tests/integration/tests/py-only/version/sample.itest +++ b/tests/integration/tests/py-only/version/sample.itest @@ -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: