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.1
2+ current_version = 0.2.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5757
5858 - name : " Install package"
5959 run : |
60- $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.1 =py_1 -y || exit 1
60+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.2 =py_1 -y || exit 1
6161
6262 - name : " Run Tests"
6363 run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ flake8-helper
101101.. |language | image :: https://img.shields.io/github/languages/top/python-formate/flake8-helper
102102 :alt: GitHub top language
103103
104- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.1
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.2
105105 :target: https://github.com/python-formate/flake8-helper/pulse
106106 :alt: GitHub commits since tagged version
107107
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ flake8-helper
107107 :alt: GitHub top language
108108
109109 .. |commits-since | github-shield ::
110- :commits-since: v0.2.1
110+ :commits-since: v0.2.2
111111 :alt: GitHub commits since tagged version
112112
113113 .. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 3636__author__ : str = "Dominic Davis-Foster"
3737__copyright__ : str = "2021 Dominic Davis-Foster"
3838__license__ : str = "MIT License"
39- __version__ : str = "0.2.1 "
39+ __version__ : str = "0.2.2 "
4040__email__ : str = "dominic@davis-foster.co.uk"
4141
4242_P = TypeVar ("_P" , bound = "Plugin" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " flake8-helper"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " A helper library for Flake8 plugins."
99readme = " README.rst"
1010keywords = [ " flake8" ,]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ modname: flake8-helper
44copyright_years : " 2021"
55author : " Dominic Davis-Foster"
66email : " dominic@davis-foster.co.uk"
7- version : " 0.2.1 "
7+ version : " 0.2.2 "
88username : " python-formate"
99assignee : " domdfcoding"
1010primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments