Skip to content

Commit 712d527

Browse files
committed
Release version 1.87.3
1 parent df79c4d commit 712d527

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.87.3 – 2026-01-26
4+
5+
- Add source instrument PID attributes
6+
37
## 1.87.2 – 2026-01-13
48

59
- Fix mask in `interpolate_2d_nearest` in SciPy 1.17.0

cloudnetpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
22
MINOR = 87
3-
PATCH = 2
3+
PATCH = 3
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)