Skip to content

Commit 594791c

Browse files
author
Joseph Kahn
committed
bump to 4.1.1
1 parent 44adff2 commit 594791c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ available in ``flake8``::
2828
Changes
2929
-------
3030

31+
##### 4.1.1 - 2022-04-30
32+
33+
* Add tests to bundle.
34+
3135
##### 4.1.0 - 2022-04-30
3236

3337
* Drop support for python 3.6 and remove special handling code.

flake8_debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
except ImportError:
1010
from flake8 import utils as stdin_utils
1111

12-
__version__ = "4.1.0"
12+
__version__ = "4.1.1"
1313

1414
DEBUGGER_ERROR_CODE = "T100"
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "flake8-debugger"
7-
version = "4.1.0"
7+
version = "4.1.1"
88
description = "ipdb/pdb statement checker plugin for flake8"
99
readme = "README.md"
1010

0 commit comments

Comments
 (0)