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.3.3
2+ current_version = 0.4.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5858
5959 - name : " Install package"
6060 run : |
61- $CONDA/bin/conda install -c file://$(pwd)/conda-bld coverage_pyver_pragma=0.3.3 =py_1 -y || exit 1
61+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld coverage_pyver_pragma=0.4.0 =py_1 -y || exit 1
6262
6363 - name : " Run Tests"
6464 run : |
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.3.3
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-coincidence/coverage_pyver_pragma/v0.4.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 4444__author__ : str = "Dominic Davis-Foster"
4545__copyright__ : str = "2020-2021 Dominic Davis-Foster"
4646__license__ : str = "MIT License"
47- __version__ : str = "0.3.3 "
47+ __version__ : str = "0.4.0 "
4848__email__ :
str = "[email protected] " 4949
5050__all__ = ("DSL_EXCLUDE" , "evaluate_exclude" )
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ coverage_pyver_pragma
107107 :alt: GitHub top language
108108
109109 .. |commits-since | github-shield ::
110- :commits-since: v0.3.3
110+ :commits-since: v0.4.0
111111 :alt: GitHub commits since tagged version
112112
113113 .. |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.3.3 "
7+ version = " 0.4.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"
556- version : " 0.3.3 "
6+ version : " 0.4.0 "
77username : " python-coincidence"
88assignee : " domdfcoding"
99primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments