Skip to content

Commit ab02cd5

Browse files
committed
Version 4.0.0
1 parent 92bc32e commit ab02cd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Msgcheck ChangeLog
22

3-
## Version 3.2.0 (under dev)
3+
## Version 4.0.0 (2022-01-23)
44

55
- Drop Python 2 support, Python 3.6 is now required.
66
- Rename option `--skip-noqa` to `--check-noqa` and reverse behavior: without option, strings with `noqa` are now skipped by default.

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.2.0-dev'
42+
__version__ = '4.0.0'
4343

4444

4545
def msgcheck_version():

0 commit comments

Comments
 (0)