From 0b67d555cc335b2352772a54b58bc57b145b6fd1 Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Tue, 14 May 2024 16:02:43 +0300 Subject: [PATCH] Release 0.8.1 --- CHANGELOG.md | 22 ++++++++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 397329d96..479657142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added -- Importer: it is now possible to reorder source tables by dragging and dropping. -- Importer: it is now possible to reorder mappings by dragging and dropping. -- Importer: it is now possible to copy mappings between source tables by dragging selected - mappings from Mappings list onto destination source table item. ### Changed @@ -17,14 +13,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ### Removed -- Scenario active flag mappings have been removed from Importer and Exporter. - The flag is not used anywhere and has not been accessible in Database editor - for a long time. - ### Fixed ### Security +## 0.8.1 + +### Added +- Importer: it is now possible to reorder source tables by dragging and dropping. +- Importer: it is now possible to reorder mappings by dragging and dropping. +- Importer: it is now possible to copy mappings between source tables by dragging selected + mappings from Mappings list onto destination source table item. + +### Removed + +- Scenario active flag mappings have been removed from Importer and Exporter. + The flag is not used anywhere and has not been accessible in Database editor + for a long time. + ## 0.8.0 ### Added diff --git a/pyproject.toml b/pyproject.toml index f1a432ef3..28ddff26f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "jupyter-client >=6.0", "qtconsole >=5.1", "sqlalchemy >=1.3", - "spinedb_api>=0.31.0", + "spinedb_api>=0.31.1", "spine_engine>=0.24.0", "numpy >=1.20.2", "matplotlib >= 3.5", @@ -27,7 +27,7 @@ dependencies = [ "pygments >=2.8", "jill >=0.9.2", "pyzmq >=21.0", - "spine-items>=0.22.0", + "spine-items>=0.22.1", ] [project.urls]