We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654c126 commit fec210eCopy full SHA for fec210e
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.86.1 – 2025-10-10
4
+
5
+- Merge RPG files with different height vectors and chirp configurations
6
7
## 1.86.0 – 2025-10-07
8
9
- Use synop codes in rain detection
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 86
-PATCH = 0
+PATCH = 1
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments