File tree 6 files changed +6
-6
lines changed
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.5
2
+ current_version = 0.0.6
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.5
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/coverage_pyver_pragma/v0.0.6
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.5 "
42
+ __version__ = "0.0.6 "
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 52
52
__copyright__ : str = "2020 Dominic Davis-Foster"
53
53
54
54
__license__ : str = "LGPLV3+"
55
- __version__ : str = "0.0.5 "
55
+ __version__ : str = "0.0.6 "
56
56
__email__ :
str = "[email protected] "
57
57
58
58
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 @@ -93,7 +93,7 @@ coverage_pyver_pragma
93
93
:alt: GitHub top language
94
94
95
95
.. |commits-since | github-shield ::
96
- :commits-since: v0.0.5
96
+ :commits-since: v0.0.6
97
97
:alt: GitHub commits since tagged version
98
98
99
99
.. |commits-latest | github-shield ::
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.5 "
6
+ version : " 0.0.6 "
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