Skip to content

Commit

Permalink
Release version 1.61.8
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed May 15, 2024
1 parent 3cba816 commit 87eb1d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.61.8 – 2024-05-15

- Handle incorrect data length in Vaisala ceilometer
- Harmonize `definition` attribute formatting

## 1.61.7 – 2024-05-03

- Skip Copernicus and Galileo files with missing variables
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 = 61
PATCH = 7
PATCH = 8
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 87eb1d0

Please sign in to comment.