We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a279405 commit 1aa1d44Copy full SHA for 1aa1d44
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.72.3 – 2025-04-04
4
+
5
+- Fix HATPRO coordinate handling
6
7
## 1.72.2 – 2025-04-03
8
9
- Skip zero GPS coordinates
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 72
-PATCH = 2
+PATCH = 3
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments