Skip to content

Commit

Permalink
Release version 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Jan 13, 2023
1 parent 7c594c4 commit 6540188
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.44.1 – 2023-01-13

- Update `cloudnetpy-qc` version requirement
- Add rv-polarstern pollyxt variables
- Update LICENSE
- Add `atmos_utils.py` to get rid of cyclic import
- Use human-readable `pylint` problem names

## 1.44.0 – 2022-12-21

- Fix mask in scaled `der` variables
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 = 44
PATCH = 0
PATCH = 1
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 comments on commit 6540188

Please sign in to comment.