Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Jan 23, 2022
1 parent 92bc32e commit ab02cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Msgcheck ChangeLog

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

- Drop Python 2 support, Python 3.6 is now required.
- Rename option `--skip-noqa` to `--check-noqa` and reverse behavior: without option, strings with `noqa` are now skipped by default.
Expand Down
2 changes: 1 addition & 1 deletion msgcheck/msgcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from . po import PoCheck


__version__ = '3.2.0-dev'
__version__ = '4.0.0'


def msgcheck_version():
Expand Down

0 comments on commit ab02cd5

Please sign in to comment.