Skip to content

Commit bb75ad1

Browse files
committed
Release version 1.3.6
1 parent 0bd970e commit bb75ad1

2 files changed

Lines changed: 6 additions & 1 deletion

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.3.6 – 2025-09-17
4+
5+
- Generate plots without site config
6+
- Change `lwp_offset` to tuple
7+
38
## 1.3.5 – 2025-09-02
49

510
- Fix fetching of coefficient files

mwrpy/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 = 3
3-
PATCH = 5
3+
PATCH = 6
44
__version__ = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)