File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Filter options
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.0.post1
2
+ current_version = 0.5.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 57
57
58
58
- name : " Install package"
59
59
run : |
60
- $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-encodings=0.5.0.post1 =py_1 -y || exit 1
60
+ $CONDA/bin/conda install -c file://$(pwd)/conda-bld flake8-encodings=0.5.1 =py_1 -y || exit 1
61
61
62
62
- name : " Run Tests"
63
63
run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ flake8-encodings
101
101
.. |language | image :: https://img.shields.io/github/languages/top/python-formate/flake8-encodings
102
102
:alt: GitHub top language
103
103
104
- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-encodings/v0.5.0.post1
104
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/flake8-encodings/v0.5.1
105
105
:target: https://github.com/python-formate/flake8-encodings/pulse
106
106
:alt: GitHub commits since tagged version
107
107
@@ -149,7 +149,7 @@ To install with ``conda``:
149
149
.. end installation
150
150
151
151
152
- In version 0.5.0.post1 and above the functionality for checking classes
152
+ In version 0.5.1 and above the functionality for checking classes
153
153
(``configparser.ConfigParser `` and ``pathlib.Path `` for now)
154
154
requires the ``classes `` extra to be installed:
155
155
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ flake8-encodings
111
111
:alt: GitHub top language
112
112
113
113
.. |commits-since | github-shield ::
114
- :commits-since: v0.5.0.post1
114
+ :commits-since: v0.5.1
115
115
:alt: GitHub commits since tagged version
116
116
117
117
.. |commits-latest | github-shield ::
@@ -143,7 +143,7 @@ Installation
143
143
144
144
.. latex :vspace :: 20px
145
145
146
- In version 0.5.0.post1 and above the functionality for checking classes
146
+ In version 0.5.1 and above the functionality for checking classes
147
147
(:class: `~configparser.ConfigParser ` and :class: `~.pathlib.Path ` for now)
148
148
requires the ``classes `` extra to be installed:
149
149
Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ See `pre-commit <https://github.com/pre-commit/pre-commit>`_ for instructions
93
93
94
94
Sample ``.pre-commit-config.yaml ``:
95
95
96
- .. pre-commit :flake8 :: 0.5.0.post1
96
+ .. pre-commit :flake8 :: 0.5.1
Original file line number Diff line number Diff line change 56
56
__author__ : str = "Dominic Davis-Foster"
57
57
__copyright__ : str = "2020-2021 Dominic Davis-Foster"
58
58
__license__ : str = "MIT License"
59
- __version__ : str = "0.5.0.post1 "
59
+ __version__ : str = "0.5.1 "
60
60
__email__ : str = "dominic@davis-foster.co.uk"
61
61
62
62
__all__ = ["Visitor" , "ClassVisitor" , "Plugin" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " flake8-encodings"
7
- version = " 0.5.0.post1 "
7
+ version = " 0.5.1 "
8
8
description = " A Flake8 plugin to identify incorrect use of encodings."
9
9
readme = " README.rst"
10
10
keywords = [ " encodings" , " flake8" , " pep597" , " unicode" ,]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ modname: flake8-encodings
4
4
copyright_years : " 2020-2022"
5
5
author : " Dominic Davis-Foster"
6
6
email : " dominic@davis-foster.co.uk"
7
- version : " 0.5.0.post1 "
7
+ version : " 0.5.1 "
8
8
username : " python-formate"
9
9
assignee : " domdfcoding"
10
10
primary_conda_channel : " domdfcoding"
You can’t perform that action at this time.
0 commit comments