We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632d9d7 commit 726f2dbCopy full SHA for 726f2db
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.86.10 – 2025-10-30
4
+
5
+- Allow small differences in RPG header values
6
7
## 1.86.9 – 2025-10-24
8
9
- Raise ValidTimeStampError if no valid files to concatenate
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 86
-PATCH = 9
+PATCH = 10
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments