Skip to content

Commit

Permalink
Call this v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Dec 9, 2021
1 parent 4878de9 commit b5da1aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ Version History
======= ========== ===========================================================
Version Released Changes
------- ---------- -----------------------------------------------------------
v0.2.4 2021-12-09 - Fixed rare line number problem under Python 3.7 or older.
- Updated test framework to use ``pytest``.
- Required Python 3.6 or later.
v0.2.3 2021-05-03 - Fixed line number assert in one-line docstring-only file.
v0.2.2 2021-04-30 - Fixed line number problem under Python 3.8 or later.
- Corrected off-by-one line number in module docstrings.
Expand Down
2 changes: 1 addition & 1 deletion flake8_rst_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import restructuredtext_lint as rst_lint


__version__ = "0.2.3"
__version__ = "0.2.4"


rst_prefix = "RST"
Expand Down

0 comments on commit b5da1aa

Please sign in to comment.