Skip to content

Commit c59181a

Browse files
committed
Update backend version and changelog
1 parent c059300 commit c59181a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.4'
7+
DSS_CAPI_TAG: '0.14.5'
88

99
on:
1010
# release:

docs/changelog.md

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

66
## 0.15.x
77

8+
### 0.15.6
9+
10+
Released on 2024-03-29.
11+
12+
- Upgrade the backend to [**AltDSS/DSS C-API 0.14.5**](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.5). No direct DSS-Python changes, includes a fix to the DSS.LineGeometries API.
13+
814
### 0.15.5
915

1016
Released on 2024-03-19.
1117

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).
18+
- Upgrade the backend to [**AltDSS/DSS C-API 0.14.4**](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.4). No direct DSS-Python changes, but some fixes and new features for [AltDSS-Python](https://github.com/dss-extensions/AltDSS-Python).
1319

1420
### 0.15.4
1521

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

0 commit comments

Comments
 (0)