Skip to content

Commit 4f9c803

Browse files
committed
Release version 1.86.12
1 parent 53a3365 commit 4f9c803

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.86.12 – 2025-11-06
4+
5+
- Fix height calculations.
6+
- Fix dimensions in IWC and drizzle product
7+
- Use `np.bool_` instead of `np.bool`
8+
- Test with Python 3.14
9+
310
## 1.86.11 – 2025-11-04
411

512
- Check customer name matches in RPG radar files

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

0 commit comments

Comments
 (0)