Skip to content

Commit

Permalink
Release version 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Dec 3, 2024
1 parent 0590666 commit b753103
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.18.0 – 2024-12-03

- Add windcube
- Add LPM
- Add test for unexpected mask
- Fix empty data check in outlier test

## 1.17.23 – 2024-11-19

- Use flags when checking mwrpy data limits
Expand Down
4 changes: 2 additions & 2 deletions cloudnetpy_qc/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Cloudnetpy-QC version."""

MAJOR = 1
MINOR = 17
PATCH = 23
MINOR = 18
PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit b753103

Please sign in to comment.