Skip to content

Commit 1503724

Browse files
committed
Update changelog, bump version: v1.4.3
1 parent 4caea56 commit 1503724

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 1.4.3
4+
5+
- Fixed regex handling in `dir2msgstr` and `poify`.
6+
- `dir2msgstr` now honors `skip_files` setting.
7+
38
### 1.4.2
49

510
Fixed regex for `*_ee.tra` files.

msg2po/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import os
44

5-
VERSION = "1.4.2"
5+
VERSION = "1.4.3"
66

77

88
class Config:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "msg2po"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
description = "A set of helper tools to convert Fallout 1/2 MSG and WeiDU TRA into GNU gettext PO and back."
55
authors = ["BGforge <dev@bgforge.net>"]
66
keywords = ["Fallout", "Fallout 2", "Baldur's Gate", "Infinity Engine", "WeiDU"]

0 commit comments

Comments
 (0)