Skip to content

Commit

Permalink
Update backend version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 29, 2024
1 parent c059300 commit c59181a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.4'
DSS_CAPI_TAG: '0.14.5'

on:
# release:
Expand Down
8 changes: 7 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ relevant. See [DSS C-API's repository](https://github.com/dss-extensions/dss_cap

## 0.15.x

### 0.15.6

Released on 2024-03-29.

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

### 0.15.5

Released on 2024-03-19.

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

### 0.15.4

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.4",
"dss_python_backend==0.14.5",
"numpy>=1.21.0",
"typing_extensions>=4.5,<5",
]
Expand Down

0 comments on commit c59181a

Please sign in to comment.