Skip to content

Commit a8db7a3

Browse files
committed
Release version 1.92.0
1 parent c33158c commit a8db7a3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.92.0 – 2026-05-06
4+
5+
- Add epsilon-lidar product
6+
37
## 1.91.2 – 2026-05-05
48

59
- Adjust relative humidity plot range

cloudnetpy/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
2-
MINOR = 91
3-
PATCH = 2
2+
MINOR = 92
3+
PATCH = 0
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)