Skip to content

Commit b8b17d0

Browse files
committed
Call this v0.0.9
1 parent 3ea2c6b commit b8b17d0

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
@@ -194,7 +194,9 @@ v0.0.7 2017-08-25 - Remove triple-quotes before linting, was causing false
194194
line at end of docstrings (bug fix for issue #1).
195195
v0.0.8 2017-10-09 - Adds ``RST303`` and ``RST304`` for unknown directives and
196196
interpreted text role as used in Sphinx-Needs extension.
197-
v0.0.9 *pending* - Checks positive and negative examples in test framework.
197+
v0.0.9 2019-04-22 - Checks positive and negative examples in test framework.
198+
- Adds ``RST212``, ``RST305`` and ``RST306`` (contribution
199+
from Brian Skinn).
198200
======= ========== ===========================================================
199201

200202

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.8"
142+
__version__ = "0.0.9"
143143

144144

145145
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)