Skip to content

Commit

Permalink
Prepare v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Apr 5, 2023
1 parent a0a3e7d commit d43ac2c
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.8.6] - 2023-04-05
### Added
- Add Python 3.11 support ([#364](https://github.com/cbrnr/mnelab/pull/364) by [Clemens Brunner](https://github.com/cbrnr))
- Support more microvolt unit abbreviations in XDF import ([#365](https://github.com/cbrnr/mnelab/pull/365) by [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 .mainwindow import MainWindow
from .model import Model

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


def main():
Expand Down

0 comments on commit d43ac2c

Please sign in to comment.