We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d403a commit 438e2baCopy full SHA for 438e2ba
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.90.4 – 2026-04-10
4
+
5
+- More weather radar fixes
6
7
## 1.90.3 – 2026-04-10
8
9
- Fixes for weather radar processing
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 90
-PATCH = 3
+PATCH = 4
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments