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 aefe03f commit 08eb806Copy full SHA for 08eb806
ChangeLog.adoc
@@ -4,7 +4,7 @@
4
:lang: en
5
6
7
-== Version 3.1 (under dev)
+== Version 3.1 (2020-03-07)
8
9
* add option "-i" (or "--ignore-errors"): always return 0 even if errors are found
10
* fix parsing of "noqa" tag in comments (issue #11)
msgcheck/msgcheck.py
@@ -39,7 +39,7 @@
39
from . po import PoCheck
40
41
42
-__version__ = '3.1-dev'
+__version__ = '3.1'
43
44
45
def msgcheck_version():
0 commit comments