Skip to content

Commit

Permalink
Release version 1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Oct 16, 2022
1 parent cebb7ad commit 9c54c6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.38.0 – 2022-10-16

- Avoid classifying lidar-only signals as ice close to surface

## 1.37.1 – 2022-10-14

- Allow sample_duration to vary
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 = 37
PATCH = 1
MINOR = 38
PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 9c54c6d

Please sign in to comment.