Skip to content

Commit

Permalink
Release version 1.65.8
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Sep 6, 2024
1 parent ed1f264 commit b8590c3
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.8 – 2024-09-06

- Fix wind direction plotting

## 1.65.7 – 2024-09-05

- Fix bug in liquid detection if all LWP are masked
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 = 7
PATCH = 8
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit b8590c3

Please sign in to comment.