Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed May 30, 2024
1 parent d7ab585 commit 2f933f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2]

### Added

Expand All @@ -16,15 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
- When exporting GAMS `.gdx` files with Exporter, special values 10<sup>-10</sup> and `EPS`
now get converted to GAMS Eps (epsilon).

### Deprecated

### Removed

### Fixed

### Security

## 0.8.1
## [0.8.1]

### Added

Expand All @@ -39,7 +31,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
The flag is not used anywhere and has not been accessible in Database editor
for a long time.

## 0.8.0
## [0.8.0]

### Added

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.1",
"spine_engine>=0.24.0",
"spinedb_api>=0.31.2",
"spine_engine>=0.24.1",
"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.1",
"spine-items>=0.22.2",
]

[project.urls]
Expand Down

0 comments on commit 2f933f9

Please sign in to comment.