Skip to content

Commit e583e0e

Browse files
committed
bump version to v4.1.1.
1 parent 4fd577f commit e583e0e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/changes.rst

Lines changed: 10 additions & 0 deletions
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.1.1 (April 2023)
9+
-----------------------------
10+
11+
**Remove upper bound on dependencies**
12+
Previously, the package provided restrictive caps on version number of dependencies. These caps have been removed.
13+
14+
**Miscellaneous style and typing fixes**
15+
Various fixes were made to code style and handling of data types.
16+
17+
818
Version 4.1.0 (December 2022)
919
-----------------------------
1020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wfdb"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
description = "The WFDB Python package: tools for reading, writing, and processing physiologic signals and annotations."
55
authors = ["The Laboratory for Computational Physiology <[email protected]>"]
66
readme = "README.md"

wfdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0"
1+
__version__ = "4.1.1"

0 commit comments

Comments
 (0)