Skip to content

Commit 63d8151

Browse files
committed
Release version 1.92.3
1 parent 25dcb59 commit 63d8151

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.92.3 – 2026-05-29
4+
5+
- Add support for Potenza weather station
6+
- Support comma-separated instrument preferences in CLI
7+
38
## 1.92.2 – 2026-05-27
49

510
- Fix `N_scaled` units in DER output

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

0 commit comments

Comments
 (0)