Skip to content

Commit

Permalink
Release version 1.58.4
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Feb 5, 2024
1 parent a74fd5b commit f8d9027
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.58.4 – 2024-02-05

- Support plotting infrared brightness temperature
- Disable voodoonet progress bar

## 1.58.3 – 2024-02-01

- Make sure only RPG cloud radar is used with Voodoo
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 = 58
PATCH = 3
PATCH = 4
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit f8d9027

Please sign in to comment.