Skip to content

Commit

Permalink
Prepare v0.6.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Feb 3, 2025
1 parent 53153e8 commit 26f6dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [UNRELEASED] - YYYY-MM-DD

## [0.5.9] - 2025-02-01
### Added
- Add support to store NSRR token in environment variable or user config ([#243](https://github.com/cbrnr/sleepecg/pull/243) by [Simon Pusterhofer](https://github.com/simon-p-2000))
Expand Down
2 changes: 1 addition & 1 deletion src/sleepecg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from sleepecg.plot import plot_ecg, plot_hypnogram
from sleepecg.utils import get_toy_ecg

__version__ = "0.5.9"
__version__ = "0.6.0-dev"

0 comments on commit 26f6dcb

Please sign in to comment.