File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ Version History
245245======= ========== ===========================================================
246246Version Released Changes
247247------- ---------- -----------------------------------------------------------
248+ v0.3.1 2023-12-22 - Ignore ``*args `` (``RST213 ``) & ``**kwargs `` (``RST210 ``)
248249v0.3.0 2022-11-16 - Replaced ``setup.py `` with ``pyproject.toml ``.
249250v0.2.7 2022-07-15 - Fix where function signature occurred in docstring body.
250251v0.2.6 2022-06-07 - Configuration option to define additional substitutions
Original file line number Diff line number Diff line change 2525 re .VERBOSE ,
2626 )
2727
28- __version__ = "0.3.0"
29-
28+ __version__ = "0.3.1"
3029
3130rst_prefix = "RST"
3231rst_fail_load = 900
You can’t perform that action at this time.
0 commit comments