Skip to content

Commit 726f2db

Browse files
committed
Release version 1.86.10
1 parent 632d9d7 commit 726f2db

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.86.10 – 2025-10-30
4+
5+
- Allow small differences in RPG header values
6+
37
## 1.86.9 – 2025-10-24
48

59
- Raise ValidTimeStampError if no valid files to concatenate

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 = 9
3+
PATCH = 10
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)