Skip to content

Commit 9870bd4

Browse files
committed
Release version 1.90.1
1 parent cb5f64c commit 9870bd4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.90.1 – 2026-04-07
4+
5+
- Add wr2nc for converting weather radar data
6+
37
## 1.90.0 – 2026-03-27
48

59
- Use maximum of LDR and non-LDR insect probabilities

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 = 90
3-
PATCH = 0
3+
PATCH = 1
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)