Skip to content

Commit

Permalink
Merge pull request #200 from mull-project/stanislaw/python_313
Browse files Browse the repository at this point in the history
 Bump version to 0.0.24
  • Loading branch information
stanislaw authored Nov 26, 2023
2 parents 1600ab5 + 145c3ea commit bbef9db
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 22 deletions.
16 changes: 0 additions & 16 deletions .bumpversion.cfg

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Documentation is hosted on Read the Docs:

## Copyright

Copyright (c) 2021 Stanislav Pankevich s.pankevich@gmail.com. See LICENSE for
Copyright (c) 2019-2023 Stanislav Pankevich s.pankevich@gmail.com. See
LICENSE for
details.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = "FileCheck.py"
copyright = "2019, Stanislav Pankevich"
copyright = "2019-2023, Stanislav Pankevich"
author = "Stanislav Pankevich"

# The full version, including alpha/beta/rc tags
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.22"
__version__ = "0.0.24"

from typing import Optional, List, Iterable

Expand Down
1 change: 0 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Tasking
invoke>=1.4.1
bump2version>=0.5.11
setuptools

# Lint
Expand Down
4 changes: 2 additions & 2 deletions 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.22
CHECK:{{^.*}}FileCheck{{(\.py)?$}}
CHECK:{{^}}Version: {{[0-9]+\.[0-9]+\.[0-9]+$}}
CHECK-EMPTY:

0 comments on commit bbef9db

Please sign in to comment.