Skip to content

Commit 1bcae4c

Browse files
committed
Release version 1.86.11
1 parent b9e574f commit 1bcae4c

2 files changed

Lines changed: 6 additions & 1 deletion

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.11 – 2025-11-04
4+
5+
- Check customer name matches in RPG radar files
6+
- Fix chirp start indices interpolation
7+
38
## 1.86.10 – 2025-10-30
49

510
- Allow small differences in RPG header 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 = 86
3-
PATCH = 10
3+
PATCH = 11
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)