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 e85c54c commit c8aad7cCopy full SHA for c8aad7c
ChangeLog.adoc
@@ -4,7 +4,7 @@
4
:lang: en
5
6
7
-== Version 2.9 (under dev)
+== Version 2.9 (2018-01-15)
8
9
* add option "-n" (or "--skip-noqa") to not check "noqa"-commented lines (issue #2, issue #7)
10
* remove C and Python string formatters for spell checking (issue #3)
msgcheck/msgcheck.py
@@ -39,7 +39,7 @@
39
from . po import PoCheck
40
41
42
-__version__ = '2.9-dev'
+__version__ = '2.9'
43
44
45
def msgcheck_version():
0 commit comments