Skip to content

Commit 4111db5

Browse files
committed
Release version 1.86.23
1 parent 5e279a0 commit 4111db5

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.86.23 – 2025-12-11
4+
5+
- Fix xticklabels in cpr plots
6+
37
## 1.86.22 – 2025-12-10
48

59
- Fix Galati weather station reader and add visibility

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 = 86
3-
PATCH = 22
3+
PATCH = 23
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)