Skip to content

Commit

Permalink
Prepare v0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Apr 13, 2023
1 parent 19f19e7 commit 780efe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [UNRELEASED] - YYYY-MM-DD
## [0.5.4] - 2023-04-13
### Changed
- Remove dependency on pandas for `read_gudb` ([#134](https://github.com/cbrnr/sleepecg/pull/134) by [Florian Hofer](https://github.com/hofaflo))
- Update SHHS encoding and missing data handling for `read_shhs` ([#139](https://github.com/cbrnr/sleepecg/pull/139) by [Andrew Gilbert](https://github.com/adgilbert))
Expand Down
2 changes: 1 addition & 1 deletion sleepecg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .io import * # noqa: F403
from .plot import plot_ecg, plot_hypnogram

__version__ = "0.6.0-dev"
__version__ = "0.5.4"

0 comments on commit 780efe4

Please sign in to comment.