We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e574f commit 1bcae4cCopy full SHA for 1bcae4c
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.86.11 – 2025-11-04
4
+
5
+- Check customer name matches in RPG radar files
6
+- Fix chirp start indices interpolation
7
8
## 1.86.10 – 2025-10-30
9
10
- Allow small differences in RPG header values
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 86
-PATCH = 10
+PATCH = 11
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments