Skip to content

Commit dd24e25

Browse files
authored
Bump version to 4.3.0 (#535)
This change updates the version and changelog for the v4.3.0 release.
2 parents 3310980 + 70a411c commit dd24e25

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changes.rst

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ This page lists recent changes in the `wfdb` package (since version 4.0.0) that
55

66
.. _development repository: https://github.com/MIT-LCP/wfdb-python
77

8+
Version 4.3.0 (Apr 2025)
9+
-----------------------------
10+
11+
**Bump Sphinx to 7.0.0**
12+
Bump Sphinx to 7.0.0
13+
14+
**Integrate `fsspec` for reading WFDB files from the cloud**
15+
Enables reading WFDB files from cloud URLs
16+
17+
818
Version 4.2.0 (Jan 2025)
919
-----------------------------
1020

wfdb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.0"
1+
__version__ = "4.3.0"

0 commit comments

Comments
 (0)