Skip to content

Commit

Permalink
Prepare v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Mar 25, 2022
1 parent 91e7537 commit e7faff7
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] - XXXX-XX-XX
## [0.8.0] - 2022-03-25
### Added
- Add support to select and load multiple files at once ([#257](https://github.com/cbrnr/mnelab/pull/257) by [Florian Hofer](https://github.com/hofaflo))
- Add drag and drop reordering to sidebar ([#261](https://github.com/cbrnr/mnelab/pull/261) by [Florian Hofer](https://github.com/hofaflo))
Expand Down
2 changes: 1 addition & 1 deletion mnelab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .mainwindow import MainWindow
from .model import Model

__version__ = "0.8.0.dev0"
__version__ = "0.8.0"


def main():
Expand Down

0 comments on commit e7faff7

Please sign in to comment.