Skip to content

Commit 316176e

Browse files
committed
Release version 1.88.2
1 parent 4427e17 commit 316176e

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.88.2 – 2026-03-16
4+
5+
- Handle plotting of model data with any resolution
6+
37
## 1.88.1 – 2026-03-11
48

59
- Fix type hint in `rd802nc` function

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

0 commit comments

Comments
 (0)