We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cffd7 commit e60cb30Copy full SHA for e60cb30
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 1.84.1 – 2025-09-30
9
10
- Skip malformed lines in weather station file
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
-MINOR = 84
-PATCH = 1
+MINOR = 85
+PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments