Skip to content

Commit a8701ed

Browse files
committed
Release version 1.86.0
1 parent 67c8a25 commit a8701ed

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.86.0 – 2025-10-07
4+
5+
- Use synop codes in rain detection
6+
- Use high rainfall rate values to flag severe attenuation
7+
38
## 1.85.5 – 2025-10-07
49

510
- Add option to mask zeros in plotting

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 = 85
3-
PATCH = 5
2+
MINOR = 86
3+
PATCH = 0
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)