We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2381d commit 8cd6411Copy full SHA for 8cd6411
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.80.8 – 2025-08-28
4
+
5
+- Fix cpr-simulation plotting when altitude is vector
6
7
## 1.80.7 – 2025-08-28
8
9
- Specify dimensions explicitly for each output variable. For example,
cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 80
-PATCH = 7
+PATCH = 8
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"
0 commit comments