Skip to content

Commit

Permalink
Prepare v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Dec 5, 2022
1 parent 1d965c6 commit e826472
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.3] - 2022-12-05
### Added
- Do not redownload GUDB data sets if they are already stored locally ([#112](https://github.com/cbrnr/sleepecg/pull/112) by [Clemens Brunner](https://github.com/cbrnr))
- Add `sleepecg.plot_ecg` and `sleepecg.ECGRecord.plot` functions for plotting ECG with beat annotations ([#116](https://github.com/cbrnr/sleepecg/pull/116) by [Clemens Brunner](https://github.com/cbrnr))
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.3"

0 comments on commit e826472

Please sign in to comment.