Skip to content

Commit

Permalink
Release version 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Dec 18, 2024
1 parent 5e8c150 commit db0f912
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.18.2 – 2024-12-18

- Update long name of MWRpy product

## 1.18.1 – 2024-12-03

- Add MIRA-10
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 = 18
PATCH = 1
PATCH = 2
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit db0f912

Please sign in to comment.