Skip to content

Commit f5c70b9

Browse files
committed
Release version 1.86.3
1 parent a630a8e commit f5c70b9

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.3 – 2025-10-20
4+
5+
- Skip invalid .znc files
6+
37
## 1.86.2 – 2025-10-13
48

59
- Support MIRA files with suffixes like `.mmclx.01`

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

0 commit comments

Comments
 (0)