Skip to content

Commit 50feb7f

Browse files
committed
v0.0.10 - fixed flake8 'builtins' parameter warning
1 parent 14bfdd5 commit 50feb7f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,11 @@ Version History
186186
======= ========== ===========================================================
187187
Version Released Changes
188188
------- ---------- -----------------------------------------------------------
189+
v0.0.10 2019-06-17 - Fixed flake8 "builtins" parameter warning (contribution
190+
from `Ruben, @ROpdebee <https://github.com/ROpdebee>`_).
189191
v0.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>`_).
192194
v0.0.8 2017-10-09 - Adds ``RST303`` and ``RST304`` for unknown directives and
193195
interpreted text role as used in Sphinx-Needs extension.
194196
v0.0.7 2017-08-25 - Remove triple-quotes before linting, was causing false

flake8_rst_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def tokenize_open(filename):
139139
import restructuredtext_lint as rst_lint
140140

141141

142-
__version__ = "0.0.9"
142+
__version__ = "0.0.10"
143143

144144

145145
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)