File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ available in ``flake8``::
28
28
Changes
29
29
-------
30
30
31
+ ##### 4.1.1 - 2022-04-30
32
+
33
+ * Add tests to bundle.
34
+
31
35
##### 4.1.0 - 2022-04-30
32
36
33
37
* Drop support for python 3.6 and remove special handling code.
Original file line number Diff line number Diff line change 9
9
except ImportError :
10
10
from flake8 import utils as stdin_utils
11
11
12
- __version__ = "4.1.0 "
12
+ __version__ = "4.1.1 "
13
13
14
14
DEBUGGER_ERROR_CODE = "T100"
15
15
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " flake8-debugger"
7
- version = " 4.1.0 "
7
+ version = " 4.1.1 "
8
8
description = " ipdb/pdb statement checker plugin for flake8"
9
9
readme = " README.md"
10
10
You can’t perform that action at this time.
0 commit comments