Skip to content

Commit 8379fa3

Browse files
committed
Release version 1.5.0
1 parent 30f6995 commit 8379fa3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.5.0 – 2026-05-08
4+
5+
- Replace local thermodynamics functions with atmoslib
6+
- Take azimuth angle from zenith measurements after the BLB scan
7+
- Introduce condition for low level cloud detection
8+
39
## 1.4.3 – 2025-11-20
410

511
- Fix bug if coordinates are not stored in HKD file

mwrpy/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MAJOR = 1
2-
MINOR = 4
3-
PATCH = 3
2+
MINOR = 5
3+
PATCH = 0
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)