Skip to content

Commit 762813f

Browse files
committed
Release version 1.3.5
1 parent 4831ee9 commit 762813f

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.3.5 – 2025-09-02
4+
5+
- Fix fetching of coefficient files
6+
37
## 1.3.4 – 2025-09-02
48

59
- Allow `PathLike` arguments

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

0 commit comments

Comments
 (0)