Skip to content

Commit 08eb806

Browse files
committed
Version 3.1
1 parent aefe03f commit 08eb806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:lang: en
55

66

7-
== Version 3.1 (under dev)
7+
== Version 3.1 (2020-03-07)
88

99
* add option "-i" (or "--ignore-errors"): always return 0 even if errors are found
1010
* fix parsing of "noqa" tag in comments (issue #11)

msgcheck/msgcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from . po import PoCheck
4040

4141

42-
__version__ = '3.1-dev'
42+
__version__ = '3.1'
4343

4444

4545
def msgcheck_version():

0 commit comments

Comments
 (0)