We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dcb59 commit 63d8151Copy full SHA for 63d8151
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.92.3 – 2026-05-29
4
+
5
+- Add support for Potenza weather station
6
+- Support comma-separated instrument preferences in CLI
7
8
## 1.92.2 – 2026-05-27
9
10
- Fix `N_scaled` units in DER output
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 92
-PATCH = 2
+PATCH = 3
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments