Skip to content

Commit

Permalink
Release version 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Aug 1, 2024
1 parent 2ed1795 commit f028045
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.64.0 – 2024-08-01

- Add `temperature_offset` option to wet bulb temperature

## 1.63.0 – 2024-08-01

- Improve method for detecting rain from radar
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 = 63
MINOR = 64
PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit f028045

Please sign in to comment.