Skip to content

Commit 8cd6411

Browse files
committed
Release version 1.80.8
1 parent ef2381d commit 8cd6411

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.80.8 – 2025-08-28
4+
5+
- Fix cpr-simulation plotting when altitude is vector
6+
37
## 1.80.7 – 2025-08-28
48

59
- Specify dimensions explicitly for each output variable. For example,

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

0 commit comments

Comments
 (0)