File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.4
2+ current_version = 0.3.0
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/python-coincidence/coverage_pyver_pragma
102102 :alt: GitHub top language
103103
104- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/coverage_pyver_pragma/v0.2.4
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/coverage_pyver_pragma/v0.3.0
105105 :target: https://github.com/python-coincidence/coverage_pyver_pragma/pulse
106106 :alt: GitHub commits since tagged version
107107
Original file line number Diff line number Diff line change 1616 "extras_require" ,
1717 ]
1818
19- __version__ = "0.2.4 "
19+ __version__ = "0.3.0 "
2020extras_require = {}
Original file line number Diff line number Diff line change 4343__author__ : str = "Dominic Davis-Foster"
4444__copyright__ : str = "2020-2021 Dominic Davis-Foster"
4545__license__ : str = "MIT License"
46- __version__ : str = "0.2.4 "
46+ __version__ : str = "0.3.0 "
4747__email__ : str = "dominic@davis-foster.co.uk"
4848
4949__all__ = ["DSL_EXCLUDE" , "evaluate_exclude" ]
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ coverage_pyver_pragma
105105 :alt: GitHub top language
106106
107107 .. |commits-since | github-shield ::
108- :commits-since: v0.2.4
108+ :commits-since: v0.3.0
109109 :alt: GitHub commits since tagged version
110110
111111 .. |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.4 "
7+ version = " 0.3.0 "
88description = " Plugin for Coverage.py to selectively ignore branches depending on the Python version."
99readme = " README.rst"
1010keywords = [ " coverage" ,]
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.4 "
6+ version : " 0.3.0 "
77username : " python-coincidence"
88assignee : " domdfcoding"
99primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments