Skip to content

Commit 1cf40fe

Browse files
committed
Update changelog, bump version: 1.4.1
1 parent 42113af commit 1cf40fe

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.1
4+
5+
Added simplified language aliases for cs/hu/pt/tchinese to use during extraction.
6+
37
### 1.4.0
48

59
Disallow to use curly brackets in msg files, to avoid

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.0"
5+
VERSION = "1.4.1"
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.0"
3+
version = "1.4.1"
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)