Skip to content

Commit 57af423

Browse files
committed
Version bump for ignoring *args and **kwargs
1 parent 2d68a0d commit 57af423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Version History
245245
======= ========== ===========================================================
246246
Version Released Changes
247247
------- ---------- -----------------------------------------------------------
248+
v0.3.1 2023-12-22 - Ignore ``*args`` (``RST213``) & ``**kwargs`` (``RST210``)
248249
v0.3.0 2022-11-16 - Replaced ``setup.py`` with ``pyproject.toml``.
249250
v0.2.7 2022-07-15 - Fix where function signature occurred in docstring body.
250251
v0.2.6 2022-06-07 - Configuration option to define additional substitutions

flake8_rst_docstrings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
re.VERBOSE,
2626
)
2727

28-
__version__ = "0.3.0"
29-
28+
__version__ = "0.3.1"
3029

3130
rst_prefix = "RST"
3231
rst_fail_load = 900

0 commit comments

Comments
 (0)