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 9c048b9 commit 17dd803Copy full SHA for 17dd803
README.rst
@@ -241,6 +241,7 @@ Version History
241
======= ========== ===========================================================
242
Version Released Changes
243
------- ---------- -----------------------------------------------------------
244
+v0.2.7 2022-07-15 - Fix where function signature occurred in docstring body.
245
v0.2.6 2022-06-07 - Configuration option to define additional substitutions
246
(e.g. from Sphinx) for ``RST305`` (contribution from
247
`Andreas Thum <https://github.com/andthum>`_).
flake8_rst_docstrings.py
@@ -25,7 +25,7 @@
25
re.VERBOSE,
26
)
27
28
-__version__ = "0.2.6"
+__version__ = "0.2.7"
29
30
31
rst_prefix = "RST"
0 commit comments