File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.2
2
+ current_version = 0.2.3
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ coverage_pyver_pragma
101
101
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/coverage_pyver_pragma
102
102
:alt: GitHub top language
103
103
104
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.2.2
104
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.2.3
105
105
:target: https://github.com/domdfcoding/coverage_pyver_pragma/pulse
106
106
:alt: GitHub commits since tagged version
107
107
Original file line number Diff line number Diff line change 26
26
2020-2021 Dominic Davis-Foster <[email protected] >
27
27
"""
28
28
29
- __version__ = "0.2.2 "
29
+ __version__ = "0.2.3 "
30
30
repo_root = pathlib .Path (__file__ ).parent
31
31
install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
32
32
extras_require = {"all" : []}
Original file line number Diff line number Diff line change 42
42
__author__ : str = "Dominic Davis-Foster"
43
43
__copyright__ : str = "2020-2021 Dominic Davis-Foster"
44
44
__license__ : str = "MIT License"
45
- __version__ : str = "0.2.2 "
45
+ __version__ : str = "0.2.3 "
46
46
__email__ :
str = "[email protected] "
47
47
48
48
__all__ = ["DSL_EXCLUDE" , "evaluate_exclude" ]
53
53
where ``XXX`` is an expression to be evaluated to determine whether the line
54
54
should be excluded from coverage.
55
55
56
- .. versionadded:: 0.2.2
56
+ .. versionadded:: 0.2.3
57
57
"""
58
58
59
59
60
60
def evaluate_exclude (expression : str ) -> bool :
61
61
"""
62
62
Evaluate the given expression to determine whether the line should be excluded from coverage.
63
63
64
- .. versionadded:: 0.2.2
64
+ .. versionadded:: 0.2.3
65
65
66
66
|
67
67
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ coverage_pyver_pragma
103
103
:alt: GitHub top language
104
104
105
105
.. |commits-since | github-shield ::
106
- :commits-since: v0.2.2
106
+ :commits-since: v0.2.3
107
107
:alt: GitHub commits since tagged version
108
108
109
109
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " coverage_pyver_pragma"
7
- version = " 0.2.2 "
7
+ version = " 0.2.3 "
8
8
description = " Plugin for Coverage.py to selectively ignore branches depending on the Python version."
9
9
readme = " README.rst"
10
10
keywords = []
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: coverage_pyver_pragma
3
3
copyright_years : " 2020-2021"
4
4
author : " Dominic Davis-Foster"
5
5
6
- version : " 0.2.2 "
6
+ version : " 0.2.3 "
7
7
username : " domdfcoding"
8
8
license : ' MIT'
9
9
short_desc : " Plugin for Coverage.py to selectively ignore branches depending on the Python version."
You can’t perform that action at this time.
0 commit comments