File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,9 +186,11 @@ Version History
186186======= ========== ===========================================================
187187Version Released Changes
188188------- ---------- -----------------------------------------------------------
189+ v0.0.10 2019-06-17 - Fixed flake8 "builtins" parameter warning (contribution
190+ from `Ruben, @ROpdebee <https://github.com/ROpdebee >`_).
189191v0.0.9 2019-04-22 - Checks positive and negative examples in test framework.
190192 - Adds ``RST212 ``, ``RST305 `` and ``RST306 `` (contribution
191- from Brian Skinn).
193+ from ` Brian Skinn < https://github.com/bskinn >`_ ).
192194v0.0.8 2017-10-09 - Adds ``RST303 `` and ``RST304 `` for unknown directives and
193195 interpreted text role as used in Sphinx-Needs extension.
194196v0.0.7 2017-08-25 - Remove triple-quotes before linting, was causing false
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def tokenize_open(filename):
139139import restructuredtext_lint as rst_lint
140140
141141
142- __version__ = "0.0.9 "
142+ __version__ = "0.0.10 "
143143
144144
145145log = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments