Skip to content

Commit 97309a2

Browse files
committed
Release version 1.92.2
1 parent 8c827ef commit 97309a2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 1.92.1 – 2026-05-06
410

511
- Fix CubicSpline crash on tiny radar windows in epsilon-radar

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

0 commit comments

Comments
 (0)