Skip to content

Commit

Permalink
Release version 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Nov 17, 2022
1 parent 31976ef commit 6887cbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.40.0 – 2022-11-17

- Raise ValidTimeStampError from disdrometer processing
- Remove duplicate timestamps from disdrometer data
- Adjust potential melting layer temperature range calculation
- Deprecate general.py module and RadarArray class

## 1.39.0 – 2022-10-18

- Add option to ignore variables from the concatenation
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 = 39
MINOR = 40
PATCH = 0
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 6887cbf

Please sign in to comment.