File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1 .0
2+ current_version = 0.2 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ flake8-params
9191.. |language | image :: https://img.shields.io/github/languages/top/python-formate/flake8-params
9292 :alt: GitHub top language
9393
94- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-params/v0.1 .0
94+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-params/v0.2 .0
9595 :target: https://github.com/python-formate/flake8-params/pulse
9696 :alt: GitHub commits since tagged version
9797
@@ -150,4 +150,4 @@ Sample ``.pre-commit-config.yaml``:
150150 rev: 3.8.1
151151 hooks:
152152 - id: flake8
153- additional_dependencies: [flake8-params==0.1 .0]
153+ additional_dependencies: [flake8-params==0.2 .0]
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ flake8-params
9797 :alt: GitHub top language
9898
9999 .. |commits-since | github-shield ::
100- :commits-since: v0.1 .0
100+ :commits-since: v0.2 .0
101101 :alt: GitHub commits since tagged version
102102
103103 .. |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 = " flake8-params"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " A flake8 plugin which checks for mismatches between function signatures and docstring params."
99readme = " README.rst"
1010keywords = [ " documentation" , " flake8" ,]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ modname: flake8-params
44copyright_years : " 2025"
55author : " Dominic Davis-Foster"
66email : " dominic@davis-foster.co.uk"
7- version : " 0.1 .0"
7+ version : " 0.2 .0"
88username : " python-formate"
99assignee : " domdfcoding"
1010primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments