Skip to content

Commit c8aad7c

Browse files
committed
Version 2.9
1 parent e85c54c commit c8aad7c

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 2.9 (under dev)
7+
== Version 2.9 (2018-01-15)
88

99
* add option "-n" (or "--skip-noqa") to not check "noqa"-commented lines (issue #2, issue #7)
1010
* remove C and Python string formatters for spell checking (issue #3)

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__ = '2.9-dev'
42+
__version__ = '2.9'
4343

4444

4545
def msgcheck_version():

0 commit comments

Comments
 (0)