Skip to content

Commit

Permalink
Release version 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Jan 17, 2024
1 parent 2e25346 commit dd24751
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.57.0 – 2024-01-17

- Support plotting of additional Parsivel variables
- Mask invalid values in `number_concentration` and `fall_velocity`
- Fix units of `number_concentration` variable
- Share x-axis on multiple plots

## 1.56.14 – 2024-01-15

- Support yet another Parsivel format
Expand Down
4 changes: 2 additions & 2 deletions cloudnetpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 56
PATCH = 14
MINOR = 57
PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit dd24751

Please sign in to comment.