Skip to content

Commit d8f97ac

Browse files
committed
Release version 1.93.2
1 parent 7413190 commit d8f97ac

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 1.93.2 – 2026-06-17
4+
5+
- Screen clutter from weather radar data
6+
37
## 1.93.1 – 2026-06-17
48

59
- Add source_instrument_pids attribute to L3 evaluation files

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

0 commit comments

Comments
 (0)