Skip to content

Commit 13e3588

Browse files
committed
Version 4.2.0
1 parent d4d4860 commit 13e3588

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
66

77
# Msgcheck ChangeLog
88

9-
## Version 4.2.0 (under dev)
9+
## Version 4.2.0 (2026-02-09)
1010

1111
### Changed
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To use msgcheck with [pre-commit](https://pre-commit.com/), add the following to
9191

9292
```yaml
9393
- repo: https://github.com/flashcode/msgcheck
94-
rev: v4.1.0 # Use the latest tag or a specific commit hash
94+
rev: v4.2.0 # Use the latest tag or a specific commit hash
9595
hooks:
9696
- id: msgcheck
9797
args: [] # add optional arguments like '--fuzzy', see above

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "msgcheck"
7-
version = "4.2.0-dev"
7+
version = "4.2.0"
88
description = "Perform various checks on gettext files"
99
readme = "README.md"
1010
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)