Skip to content

Commit 80653a8

Browse files
committed
dss_python_backend==0.14.1
1 parent 9223833 commit 80653a8

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.0'
7+
DSS_CAPI_TAG: '0.14.1'
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.2
9+
10+
Released on 2024-02-16.
11+
12+
- Upgrade the backend to [**DSS C-API 0.14.1**](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.1). Mostly for AltDSS-Python as it shouldn't affect the DSS-Python or OpenDSSDirect.py's classic API.
13+
814
### 0.15.1
915

1016
Released on 2024-02-12.

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

0 commit comments

Comments
 (0)