We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91b8b0 commit b802917Copy full SHA for b802917
README.rst
@@ -175,6 +175,7 @@ Version History
175
======= ============ ===========================================================
176
Version Release date Changes
177
------- ------------ -----------------------------------------------------------
178
+v0.3.5 2022-11-21 - Fix regression clashing with ``flake8-rst-docstrings``.
179
v0.3.4 2022-11-17 - Replaces ``setup.py`` with ``pyproject.toml`` for build.
180
v0.3.3 2022-05-16 - Cope with line-length as string in pyproject.toml config.
181
v0.3.2 2022-02-25 - Use ``tomli`` library to match black, contribution from
flake8_black.py
@@ -14,7 +14,7 @@
14
from flake8 import LOG
15
16
17
-__version__ = "0.3.4"
+__version__ = "0.3.5"
18
19
black_prefix = "BLK"
20
0 commit comments