We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f81040 commit 20008a0Copy full SHA for 20008a0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.4.3 – 2025-11-20
4
+
5
+- Fix bug if coordinates are not stored in HKD file
6
7
## 1.4.2 – 2025-11-19
8
9
- Handle coordinates format in old files
mwrpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 4
-PATCH = 2
+PATCH = 3
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments