Skip to content

Commit

Permalink
Prepare v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jan 19, 2024
1 parent eaa7eff commit 05e6f93
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.9.0] - 2024-01-19
### Added
- Add automatic light/dark theme switching on Windows ([#398](https://github.com/cbrnr/mnelab/pull/398) by [Clemens Brunner](https://github.com/cbrnr))
- Add support for importing .npy files ([#213](https://github.com/cbrnr/mnelab/pull/213) by [jgcaffari1](https://github.com/jgcaffari1) and [Clemens Brunner](https://github.com/cbrnr))
Expand Down
2 changes: 1 addition & 1 deletion mnelab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from mnelab.mainwindow import MainWindow
from mnelab.model import Model

__version__ = "0.9.0.dev0"
__version__ = "0.9.0"


def main():
Expand Down

0 comments on commit 05e6f93

Please sign in to comment.