Skip to content

Commit e35a827

Browse files
committed
Release version 1.76.0
1 parent bb8a069 commit e35a827

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.76.0 – 2025-05-09
4+
5+
- Add support for Radiometrics WVR-1100
6+
- Skip non-zenith measurements from Radiometrics MWR
7+
38
## 1.75.1 – 2025-05-08
49

510
- Use Ze as a fallback for old mmclx files

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

0 commit comments

Comments
 (0)