From 3de9dfa331469bd139fe32a48df53bcc7d024d3b Mon Sep 17 00:00:00 2001 From: hofaflo Date: Tue, 22 Mar 2022 11:08:50 +0100 Subject: [PATCH] Prepare v0.5.0 release --- CHANGELOG.md | 2 +- sleepecg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6144f514..f23d328c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [UNRELEASED] - YYYY-MM-DD +## [0.5.0] - 2022-03-22 ### Added - Add metadata feature extraction ([#70](https://github.com/cbrnr/sleepecg/pull/70) by [Florian Hofer](https://github.com/hofaflo)) - Add ability to read annotated heartbeats and subject data from SHHS ([#72](https://github.com/cbrnr/sleepecg/pull/72) by [Florian Hofer](https://github.com/hofaflo)) diff --git a/sleepecg/__init__.py b/sleepecg/__init__.py index 04cf1a28..96d63a11 100644 --- a/sleepecg/__init__.py +++ b/sleepecg/__init__.py @@ -16,4 +16,4 @@ from .heartbeats import compare_heartbeats, detect_heartbeats, rri_similarity from .io import * # noqa: F403 -__version__ = '0.5.0-dev' +__version__ = '0.5.0'