Skip to content

Commit be077bf

Browse files
committed
Bump version v0.2.3 -> v0.2.4
1 parent cfd62c5 commit be077bf

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.3
2+
current_version = 0.2.4
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ coverage_pyver_pragma
101101
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/coverage_pyver_pragma
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.2.3
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.2.4
105105
:target: https://github.com/domdfcoding/coverage_pyver_pragma/pulse
106106
:alt: GitHub commits since tagged version
107107

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2020-2021 Dominic Davis-Foster <[email protected]>
2727
"""
2828

29-
__version__ = "0.2.3"
29+
__version__ = "0.2.4"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {"all": []}

coverage_pyver_pragma/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
__author__: str = "Dominic Davis-Foster"
4444
__copyright__: str = "2020-2021 Dominic Davis-Foster"
4545
__license__: str = "MIT License"
46-
__version__: str = "0.2.3"
46+
__version__: str = "0.2.4"
4747
__email__: str = "[email protected]"
4848

4949
__all__ = ["DSL_EXCLUDE", "evaluate_exclude"]
@@ -54,7 +54,7 @@
5454
where ``XXX`` is an expression to be evaluated to determine whether the line
5555
should be excluded from coverage.
5656
57-
.. versionadded:: 0.2.3
57+
.. versionadded:: 0.2.4
5858
"""
5959

6060

@@ -63,7 +63,7 @@ def evaluate_exclude(expression: str) -> bool:
6363
"""
6464
Evaluate the given expression to determine whether the line should be excluded from coverage.
6565
66-
.. versionadded:: 0.2.3
66+
.. versionadded:: 0.2.4
6767
6868
|
6969

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ coverage_pyver_pragma
103103
:alt: GitHub top language
104104

105105
.. |commits-since| github-shield::
106-
:commits-since: v0.2.3
106+
:commits-since: v0.2.4
107107
:alt: GitHub commits since tagged version
108108

109109
.. |commits-latest| github-shield::

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "coverage_pyver_pragma"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "Plugin for Coverage.py to selectively ignore branches depending on the Python version."
99
readme = "README.rst"
1010
keywords = []

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repo_name: coverage_pyver_pragma
33
copyright_years: "2020-2021"
44
author: "Dominic Davis-Foster"
55
6-
version: "0.2.3"
6+
version: "0.2.4"
77
username: "domdfcoding"
88
license: 'MIT'
99
short_desc: "Plugin for Coverage.py to selectively ignore branches depending on the Python version."

0 commit comments

Comments
 (0)