Skip to content

Commit 438e2ba

Browse files
committed
Release version 1.90.4
1 parent 08d403a commit 438e2ba

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.90.4 – 2026-04-10
4+
5+
- More weather radar fixes
6+
37
## 1.90.3 – 2026-04-10
48

59
- Fixes for weather radar processing

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

0 commit comments

Comments
 (0)