File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ Version History
175
175
======= ============ ===========================================================
176
176
Version Release date Changes
177
177
------- ------------ -----------------------------------------------------------
178
+ v0.3.5 2022-11-21 - Fix regression clashing with ``flake8-rst-docstrings ``.
178
179
v0.3.4 2022-11-17 - Replaces ``setup.py `` with ``pyproject.toml `` for build.
179
180
v0.3.3 2022-05-16 - Cope with line-length as string in pyproject.toml config.
180
181
v0.3.2 2022-02-25 - Use ``tomli `` library to match black, contribution from
Original file line number Diff line number Diff line change 14
14
from flake8 import LOG
15
15
16
16
17
- __version__ = "0.3.4 "
17
+ __version__ = "0.3.5 "
18
18
19
19
black_prefix = "BLK"
20
20
You can’t perform that action at this time.
0 commit comments