From 269918cc140ee2db8bff6532f70b6a96753ad5ad Mon Sep 17 00:00:00 2001 From: Stanislav Pankevich Date: Tue, 17 Nov 2020 22:09:36 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.16=20=E2=86=92=200.0.17?= 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 235802a..86c12d1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.16 +current_version = 0.0.17 commit = True tag = True diff --git a/filecheck/FileCheck.py b/filecheck/FileCheck.py index a54f6db..6c5bcd0 100755 --- a/filecheck/FileCheck.py +++ b/filecheck/FileCheck.py @@ -9,7 +9,7 @@ from difflib import SequenceMatcher from enum import Enum -__version__ = '0.0.16' +__version__ = '0.0.17' class FailedCheck: diff --git a/pyproject.toml b/pyproject.toml index 903111c..7022ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "filecheck" -version = "0.0.16" +version = "0.0.17" 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 e8e5a3f..6dfd41b 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.16 +; CHECK: Version: 0.0.17 ; CHECK-EMPTY: