diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index dc21905..ed11908 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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: diff --git a/docs/changelog.md b/docs/changelog.md index 4513262..de90a77 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 76d8fbd..1ff2ebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]