Skip to content

Commit 20008a0

Browse files
committed
Release version 1.4.3
1 parent 0f81040 commit 20008a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.3 – 2025-11-20
4+
5+
- Fix bug if coordinates are not stored in HKD file
6+
37
## 1.4.2 – 2025-11-19
48

59
- Handle coordinates format in old files

mwrpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
22
MINOR = 4
3-
PATCH = 2
3+
PATCH = 3
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)