Skip to content

Commit

Permalink
Release version 1.17.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Nov 19, 2024
1 parent 20fecfb commit 52f30e5
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.17.23 – 2024-11-19

- Use flags when checking mwrpy data limits

## 1.17.22 – 2024-11-19

- Add new mwrpy variables
Expand Down
2 changes: 1 addition & 1 deletion cloudnetpy_qc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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

0 comments on commit 52f30e5

Please sign in to comment.