Skip to content

Commit

Permalink
Release 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Oct 7, 2024
1 parent 205fd4d commit 0112518
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@ All **notable** changes to this project are documented here.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)

## [Unreleased]

### Added
## [0.8.5]

### Changed

### Deprecated
- Execution button shortcuts have been changed because F5 is traditionally reserved for refreshing.
The shortcuts are now:

### Removed
- **Shift+F9** to execute project
- **F9** to execute selection
- **F10** to stop execution

### Fixed

### Security
- Fixed a bug where scenario filters could cause Tracebacks in tools that were using ``spinedb_api``.

## [0.8.4]

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies = [
"PySide6 >= 6.5.0, != 6.5.3, != 6.6.3, != 6.7.0",
"jupyter_client >=6.0",
"qtconsole >=5.1",
"spinedb_api>=0.31.5",
"spine_engine>=0.24.3",
"spinedb_api>=0.31.6",
"spine_engine>=0.24.4",
"numpy >=1.20.2",
"matplotlib >= 3.5",
"scipy >=1.7.1",
Expand All @@ -26,7 +26,7 @@ dependencies = [
"Pygments >=2.8",
"jill >=0.9.2",
"pyzmq >=21.0",
"spine_items>=0.22.3",
"spine_items>=0.22.4",
]

[project.urls]
Expand Down

0 comments on commit 0112518

Please sign in to comment.