Skip to content

Commit e60cb30

Browse files
committed
Release version 1.85.0
1 parent 23cffd7 commit e60cb30

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.85.0 – 2025-10-01
4+
5+
- Skip MIRA files with less than two zenith / azimuth angles
6+
- Add support for Vaisala DA10 DIAL
7+
38
## 1.84.1 – 2025-09-30
49

510
- Skip malformed lines in weather station file

cloudnetpy/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
2-
MINOR = 84
3-
PATCH = 1
2+
MINOR = 85
3+
PATCH = 0
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)