Skip to content

Commit 36e98d4

Browse files
committed
Release version 1.6.0
1 parent 6c9a231 commit 36e98d4

2 files changed

Lines changed: 6 additions & 2 deletions

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.6.0 – 2026-06-09
4+
5+
- Implement support for covariance data
6+
37
## 1.5.1 – 2026-05-08
48

59
- Drop pytz and timezonefinder dependencies

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

0 commit comments

Comments
 (0)