Skip to content

Commit b802917

Browse files
committed
Call this v0.3.5
1 parent b91b8b0 commit b802917

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Version History
175175
======= ============ ===========================================================
176176
Version Release date Changes
177177
------- ------------ -----------------------------------------------------------
178+
v0.3.5 2022-11-21 - Fix regression clashing with ``flake8-rst-docstrings``.
178179
v0.3.4 2022-11-17 - Replaces ``setup.py`` with ``pyproject.toml`` for build.
179180
v0.3.3 2022-05-16 - Cope with line-length as string in pyproject.toml config.
180181
v0.3.2 2022-02-25 - Use ``tomli`` library to match black, contribution from

flake8_black.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from flake8 import LOG
1515

1616

17-
__version__ = "0.3.4"
17+
__version__ = "0.3.5"
1818

1919
black_prefix = "BLK"
2020

0 commit comments

Comments
 (0)