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 92bc32e commit ab02cd5Copy full SHA for ab02cd5
ChangeLog.md
@@ -1,6 +1,6 @@
1
# Msgcheck ChangeLog
2
3
-## Version 3.2.0 (under dev)
+## Version 4.0.0 (2022-01-23)
4
5
- Drop Python 2 support, Python 3.6 is now required.
6
- Rename option `--skip-noqa` to `--check-noqa` and reverse behavior: without option, strings with `noqa` are now skipped by default.
msgcheck/msgcheck.py
@@ -39,7 +39,7 @@
39
from . po import PoCheck
40
41
42
-__version__ = '3.2.0-dev'
+__version__ = '4.0.0'
43
44
45
def msgcheck_version():
0 commit comments