We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c827ef commit 97309a2Copy full SHA for 97309a2
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.92.2 – 2026-05-27
4
+
5
+- Fix `N_scaled` units in DER output
6
+- Fix `rh` plotting to use percentage scale
7
+- Add support for Falkenberg weather station
8
9
## 1.92.1 – 2026-05-06
10
11
- Fix CubicSpline crash on tiny radar windows in epsilon-radar
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 92
-PATCH = 1
+PATCH = 2
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments