Skip to content

Commit bbef9db

Browse files
authored
Merge pull request #200 from mull-project/stanislaw/python_313
Bump version to 0.0.24
2 parents 1600ab5 + 145c3ea commit bbef9db

File tree

6 files changed

+6
-22
lines changed

6 files changed

+6
-22
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Documentation is hosted on Read the Docs:
2525

2626
## Copyright
2727

28-
Copyright (c) 2021 Stanislav Pankevich [email protected]. See LICENSE for
28+
Copyright (c) 2019-2023 Stanislav Pankevich [email protected]. See
29+
LICENSE for
2930
details.
3031

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "FileCheck.py"
22-
copyright = "2019, Stanislav Pankevich"
22+
copyright = "2019-2023, Stanislav Pankevich"
2323
author = "Stanislav Pankevich"
2424

2525
# The full version, including alpha/beta/rc tags

filecheck/filecheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from difflib import SequenceMatcher
1010
from enum import Enum
1111

12-
__version__ = "0.0.22"
12+
__version__ = "0.0.24"
1313

1414
from typing import Optional, List, Iterable
1515

requirements.dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Tasking
22
invoke>=1.4.1
3-
bump2version>=0.5.11
43
setuptools
54

65
# Lint
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
RUN: %FILECHECK_EXEC --version | %FILECHECK_TESTER_EXEC %s --match-full-lines
2-
CHECK: {{^.*}}FileCheck{{(\.py)?$}}
3-
CHECK: Version: 0.0.22
2+
CHECK:{{^.*}}FileCheck{{(\.py)?$}}
3+
CHECK:{{^}}Version: {{[0-9]+\.[0-9]+\.[0-9]+$}}
44
CHECK-EMPTY:

0 commit comments

Comments
 (0)