Skip to content

Commit 1aa1d44

Browse files
committed
Release version 1.72.3
1 parent a279405 commit 1aa1d44

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.72.3 – 2025-04-04
4+
5+
- Fix HATPRO coordinate handling
6+
37
## 1.72.2 – 2025-04-03
48

59
- Skip zero GPS coordinates

cloudnetpy/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 = 72
3-
PATCH = 2
3+
PATCH = 3
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)