Skip to content

Commit

Permalink
Release version 1.69.10
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Feb 10, 2025
1 parent 291537e commit 2c38b04
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.69.10 – 2025-02-10

- Screen invalid rainfall rates in Thies LPM

## 1.69.9 – 2025-02-10

- Skip null characters Lampedusa weather station
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 = 69
PATCH = 9
PATCH = 10
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 2c38b04

Please sign in to comment.