Skip to content

Commit d92bf80

Browse files
committed
Upgrade backend to 0.14.2
1 parent 2198d4a commit d92bf80

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.1'
7+
DSS_CAPI_TAG: '0.14.2'
88

99
on:
1010
# release:

docs/changelog.md

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

66
## 0.15.x
77

8+
### 0.15.3
9+
10+
Released on 2024-02-23.
11+
12+
- Upgrade the backend to [**DSS C-API 0.14.2**](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.2). There are a couple of minor fixes, including for `Lines.Parent`.
13+
- `patch_dss_com`: Allow the DSS instance to be callable for better compatibility with our DSS engine. Note that this won't have performance benefits nor handles complex scripts.
14+
815
### 0.15.2
916

1017
Released on 2024-02-16.

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.1",
27+
"dss_python_backend==0.14.2",
2828
"numpy>=1.21.0",
2929
"typing_extensions>=4.5,<5",
3030
]

0 commit comments

Comments
 (0)