Skip to content

Commit 08ad21b

Browse files
committed
Release version 1.89.1
1 parent 825dcd6 commit 08ad21b

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.89.1 – 2026-03-24
4+
5+
- Reclassify false insects embedded in falling hydrometeor regions
6+
- Fix missing aerosol flag for LDR-reclassified insects
7+
- Add --instrument CLI option for selecting preferred categorize inputs
8+
- Download categorize input files in parallel in CLI
9+
310
## 1.89.0 – 2026-03-23
411

512
- Fix tpow correction for old FZK-serial MIRA-35 instruments reporting transmit power 100x too low

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

0 commit comments

Comments
 (0)