diff --git a/CHANGELOG.md b/CHANGELOG.md index 547330a21..11db4a787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All **notable** changes to this project are documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -## [Unreleased] +## [0.8.3] ### Added @@ -24,10 +24,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - One dimensional entities can now also be added through *Parameter value* and *Entity alternative* tables. - Special data types like dates, times and booleans are now properly pasted from Excel. -### Deprecated - -### Removed - ### Fixed - [Bundled App] Fixed execution in Jupyter Console and opening Detached Consoles by adding jupyter-client and qtconsole packages to the bundle. @@ -35,8 +31,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) **embedded Python**. - [Bundled App] Fixed 'Install Julia' button in Settings->Tools by adding the jill package to the **embedded Python**. -### Security - ## [0.8.2] ### Added diff --git a/pyproject.toml b/pyproject.toml index 78ef1a547..d5c116fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.2", - "spine_engine>=0.24.1", + "spinedb_api>=0.31.3", + "spine_engine>=0.24.2", "numpy >=1.20.2", "matplotlib >= 3.5", "scipy >=1.7.1", @@ -26,7 +26,7 @@ dependencies = [ "Pygments >=2.8", "jill >=0.9.2", "pyzmq >=21.0", - "spine_items>=0.22.2", + "spine_items>=0.22.3", ] [project.urls]