Skip to content

Commit

Permalink
Release 0.9.1 (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen authored Nov 4, 2024
2 parents 59a0d4e + 58b5020 commit 554ef57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)

### Security

## [0.9.1]

### Removed

- Removed support for MSSQL dialect. It did not work anyway.

## [0.9.0]

Dropped support for Python 3.8.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"PySide6 >= 6.5.0, != 6.5.3, != 6.6.3, != 6.7.0, < 6.8",
"jupyter_client >=6.0",
"qtconsole >=5.1",
"spinedb_api>=0.32.0",
"spinedb_api>=0.32.1",
"spine_engine>=0.25.0",
"numpy >=1.20.2",
"matplotlib >= 3.5",
Expand All @@ -26,7 +26,7 @@ dependencies = [
"Pygments >=2.8",
"jill >=0.9.2",
"pyzmq >=21.0",
"spine_items>=0.23.0",
"spine_items>=0.23.1",
]

[project.urls]
Expand Down

0 comments on commit 554ef57

Please sign in to comment.