Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Jan 15, 2025
1 parent 1614f6b commit fa2f108
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
Expand Up @@ -17,7 +17,7 @@ Changes will be grouped by the following categories (and their respective versio

Release dates will be in YYYY-MM-DD format.

## Unreleased
## 8.0.0 - 2025-01-15

### Changed
- All tasks will now be performed as background tasks to avoid blocking the gui.
Expand Down
2 changes: 1 addition & 1 deletion app/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = (7, 0, 0)
__version__ = (8, 0, 0)
__version_string__ = '.'.join(str(i) for i in __version__)

0 comments on commit fa2f108

Please sign in to comment.