Skip to content

Commit

Permalink
Prepare for 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 19, 2024
1 parent fc1ff1a commit c059300
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Builds

env:
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
DSS_CAPI_TAG: '0.14.2'
DSS_CAPI_TAG: '0.14.4'

on:
# release:
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ relevant. See [DSS C-API's repository](https://github.com/dss-extensions/dss_cap

## 0.15.x

### 0.15.5

Released on 2024-03-19.

- Upgrade the backend to [**AltDSS/DSS C-API 0.14.4**](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.3). No direct DSS-Python changes, but some fixes and new features for [AltDSS-Python](https://github.com/dss-extensions/AltDSS-Python).

### 0.15.4

Released on 2024-03-13.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = ["dss"]
name = "dss-python"
dynamic = ["version"]
dependencies = [
"dss_python_backend==0.14.3",
"dss_python_backend==0.14.4",
"numpy>=1.21.0",
"typing_extensions>=4.5,<5",
]
Expand Down

0 comments on commit c059300

Please sign in to comment.