Skip to content

Commit 4c8e496

Browse files
committed
Release version 1.80.0
1 parent 9a49125 commit 4c8e496

2 files changed

Lines changed: 6 additions & 2 deletions

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.80.0 – 2025-06-18
4+
5+
- Use `ceilopyter` for CT25K processing
6+
37
## 1.79.1 – 2025-06-17
48

59
- Improve range-uncorrected ct25k data processing

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

0 commit comments

Comments
 (0)