We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8c7ee commit 025a9d0Copy full SHA for 025a9d0
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.80.2 – 2025-06-24
4
+
5
+- Improve error message when reading corrupted files
6
+- Add support for old Lindenberg radiometrics file format
7
8
## 1.80.1 – 2025-06-23
9
10
- Remove profiles affected by sunbeam artifacts in ceilometer backscatter
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 80
-PATCH = 1
+PATCH = 2
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments