Skip to content

Commit 025a9d0

Browse files
committed
Release version 1.80.2
1 parent 8f8c7ee commit 025a9d0

2 files changed

Lines changed: 6 additions & 1 deletion

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.80.2 – 2025-06-24
4+
5+
- Improve error message when reading corrupted files
6+
- Add support for old Lindenberg radiometrics file format
7+
38
## 1.80.1 – 2025-06-23
49

510
- Remove profiles affected by sunbeam artifacts in ceilometer backscatter

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

0 commit comments

Comments
 (0)