Skip to content

Commit

Permalink
Release version 1.65.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Sep 5, 2024
1 parent b94539f commit 8767599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.65.7 – 2024-09-05

- Fix bug in liquid detection if all LWP are masked

## 1.65.6 – 2024-09-05

- Fix `mwr-l1c` plotting
Expand Down
2 changes: 1 addition & 1 deletion cloudnetpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 65
PATCH = 6
PATCH = 7
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 8767599

Please sign in to comment.