File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.1
2+ current_version = 0.2.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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.1
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.2.2
105105 :target: https://github.com/domdfcoding/coverage_pyver_pragma/pulse
106106 :alt: GitHub commits since tagged version
107107
Original file line number Diff line number Diff line change 26262020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.2.1 "
29+ __version__ = "0.2.2 "
3030repo_root = pathlib .Path (__file__ ).parent
3131install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
3232extras_require = {"all" : []}
Original file line number Diff line number Diff line change 4242__author__ : str = "Dominic Davis-Foster"
4343__copyright__ : str = "2020-2021 Dominic Davis-Foster"
4444__license__ : str = "MIT License"
45- __version__ : str = "0.2.1 "
45+ __version__ : str = "0.2.2 "
4646__email__ : str = "dominic@davis-foster.co.uk"
4747
4848__all__ = ["DSL_EXCLUDE" , "evaluate_exclude" ]
5353where ``XXX`` is an expression to be evaluated to determine whether the line
5454should be excluded from coverage.
5555
56- .. versionadded:: 0.2.1
56+ .. versionadded:: 0.2.2
5757"""
5858
5959
6060def evaluate_exclude (expression : str ) -> bool :
6161 """
6262 Evaluate the given expression to determine whether the line should be excluded from coverage.
6363
64- .. versionadded:: 0.2.1
64+ .. versionadded:: 0.2.2
6565
6666 |
6767
Original file line number Diff line number Diff 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.1
106+ :commits-since: v0.2.2
107107 :alt: GitHub commits since tagged version
108108
109109.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " coverage_pyver_pragma"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " Plugin for Coverage.py to selectively ignore branches depending on the Python version."
99readme = " README.rst"
1010keywords = []
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: coverage_pyver_pragma
33copyright_years : " 2020-2021"
44author : " Dominic Davis-Foster"
55email : " dominic@davis-foster.co.uk"
6- version : " 0.2.1 "
6+ version : " 0.2.2 "
77username : " domdfcoding"
88license : ' MIT'
99short_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