Skip to content

Commit b10b946

Browse files
committed
Release version 1.87.5
1 parent 0b55947 commit b10b946

2 files changed

Lines changed: 5 additions & 1 deletion

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.87.5 – 2026-02-06
4+
5+
- Increase max gap for epsilon-lidar plot
6+
37
## 1.87.4 – 2026-02-03
48

59
- Fix lwp interpolation when all zero values

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

0 commit comments

Comments
 (0)