Skip to content

Commit

Permalink
Release version 1.67.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Dec 3, 2024
1 parent f6290a3 commit 7011b02
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.67.2 – 2024-12-03

- Remove default SNR limit

## 1.67.1 – 2024-12-03

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

0 comments on commit 7011b02

Please sign in to comment.