Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.0.24 #200

Merged
merged 3 commits into from
Nov 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: