File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.4
2
+ current_version = 0.0.5
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ coverage_pyver_pragma
91
91
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/coverage_pyver_pragma
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.4
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.5
95
95
:target: https://github.com/domdfcoding/coverage_pyver_pragma/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change 39
39
2020 Dominic Davis-Foster <[email protected] >
40
40
"""
41
41
42
- __version__ = "0.0.4 "
42
+ __version__ = "0.0.5 "
43
43
modname = "coverage_pyver_pragma"
44
44
pypi_name = "coverage_pyver_pragma"
45
45
import_name = "coverage_pyver_pragma"
Original file line number Diff line number Diff line change 42
42
__copyright__ : str = "2020 Dominic Davis-Foster"
43
43
44
44
__license__ : str = "LGPLV3+"
45
- __version__ : str = "0.0.4 "
45
+ __version__ : str = "0.0.5 "
46
46
__email__ :
str = "[email protected] "
47
47
48
48
regex_main : str = re .compile (r"#\s*(pragma|PRAGMA)[:\s]?\s*(no|NO)\s*(cover|COVER)" ).pattern
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ coverage_pyver_pragma
90
90
.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/coverage_pyver_pragma
91
91
:alt: GitHub top language
92
92
93
- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.4
93
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.5
94
94
:target: https://github.com/domdfcoding/coverage_pyver_pragma/pulse
95
95
:alt: GitHub commits since tagged version
96
96
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ repo_name: coverage_pyver_pragma
3
3
copyright_years : " 2020"
4
4
author : " Dominic Davis-Foster"
5
5
6
- version : " 0.0.4 "
6
+ version : " 0.0.5 "
7
7
username : " domdfcoding"
8
8
license : ' LGPLv3+'
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