File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.0
2+ current_version = 0.2.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 5454
5555 - name : " Install package"
5656 run : |
57- $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.0 =py_1 -y || exit 1
57+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-helper=0.2.1 =py_1 -y || exit 1
5858
5959 - name : " Run Tests"
6060 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.0
104+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-helper/v0.2.1
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.0
110+ :commits-since: v0.2.1
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.0 "
39+ __version__ : str = "0.2.1 "
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.0 "
7+ version = " 0.2.1 "
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.0 "
7+ version : " 0.2.1 "
88username : " python-formate"
99assignee : " domdfcoding"
1010primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments