Skip to content

Commit

Permalink
Prepare v0.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jan 31, 2025
1 parent 197d4f5 commit ef5e88a
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.9] - 2025-01-31
### 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))
- Add Python 3.13+ support by transforming wheel builds using ABI3 mode ([#251](https://github.com/cbrnr/sleepecg/pull/251) by [Eric Larson](https://github.com/larsoner))
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.6.0-dev"
__version__ = "0.5.9"

0 comments on commit ef5e88a

Please sign in to comment.