Skip to content

Commit

Permalink
dss_python_backend==0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Feb 17, 2024
1 parent 9223833 commit 80653a8
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.0'
DSS_CAPI_TAG: '0.14.1'

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.2

Released on 2024-02-16.

- 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.

### 0.15.1

Released on 2024-02-12.
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.0",
"dss_python_backend==0.14.1",
"numpy>=1.21.0",
"typing_extensions>=4.5,<5",
]
Expand Down

0 comments on commit 80653a8

Please sign in to comment.