Skip to content

Commit 2629fdd

Browse files
committed
Release version 1.4.0
1 parent 90539f0 commit 2629fdd

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.4.0 – 2025-09-19
4+
5+
- Fix spectral consistency check for scanning data
6+
- Fix lidar file path in CLI
7+
38
## 1.3.6 – 2025-09-17
49

510
- Generate plots without site config

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 = 3
3-
PATCH = 6
2+
MINOR = 4
3+
PATCH = 0
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)