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 498fcea commit 9f5fd0aCopy full SHA for 9f5fd0a
ChangeLog.asciidoc
@@ -4,7 +4,7 @@
4
:lang: en
5
6
7
-== Version 2.7 (under dev)
+== Version 2.7 (2014-06-28)
8
9
* add argument id/str for -s/--spelling to check messages or translations
10
* ensure pwl is not None before checking if file exists
msgcheck/msgcheck.py
@@ -39,7 +39,7 @@
39
from . po import PoCheck
40
41
42
-__version__ = '2.7-dev'
+__version__ = '2.7'
43
44
45
def msgcheck_version():
0 commit comments