Skip to content

Commit c059300

Browse files
committed
Prepare for 0.15.5
1 parent fc1ff1a commit c059300

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Builds
44

55
env:
66
ARTIFACTS_FOLDER: '${{ github.workspace }}/artifacts'
7-
DSS_CAPI_TAG: '0.14.2'
7+
DSS_CAPI_TAG: '0.14.4'
88

99
on:
1010
# release:

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ relevant. See [DSS C-API's repository](https://github.com/dss-extensions/dss_cap
55

66
## 0.15.x
77

8+
### 0.15.5
9+
10+
Released on 2024-03-19.
11+
12+
- 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).
13+
814
### 0.15.4
915

1016
Released on 2024-03-13.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = ["dss"]
2424
name = "dss-python"
2525
dynamic = ["version"]
2626
dependencies = [
27-
"dss_python_backend==0.14.3",
27+
"dss_python_backend==0.14.4",
2828
"numpy>=1.21.0",
2929
"typing_extensions>=4.5,<5",
3030
]

0 commit comments

Comments
 (0)