Skip to content

Commit

Permalink
Release version 1.61.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Apr 17, 2024
1 parent b3b7af5 commit f3849fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.61.2 – 2024-04-17

- Handle unreadable Thies LNM file gracefully

## 1.61.1 – 2024-04-17

- Fix truncation in unit conversion
Expand Down
2 changes: 1 addition & 1 deletion cloudnetpy/version.py
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 61
PATCH = 1
PATCH = 2
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit f3849fa

Please sign in to comment.