Skip to content

Commit 041cb88

Browse files
committed
Update changelog, bump version: 1.4.2
1 parent 6655345 commit 041cb88

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/changelog.md

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

3+
### 1.4.2
4+
5+
Fixed regex for `*_ee.tra` files.
6+
37
### 1.4.1
48

59
Added simplified language aliases for cs/hu/pt/tchinese to use during extraction.

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.1"
5+
VERSION = "1.4.2"
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.1"
3+
version = "1.4.2"
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 <[email protected]>"]
66
keywords = ["Fallout", "Fallout 2", "Baldur's Gate", "Infinity Engine", "WeiDU"]

0 commit comments

Comments
 (0)