Skip to content

Commit b32c35c

Browse files
committed
Prepare for DSS C-API 0.14.3
1 parent 6096aad commit b32c35c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

+DSS_MATLAB/version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function result = version
2-
result = '0.14.1';
2+
result = '0.14.3';
33
end

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
push:
77

88
env:
9-
DSS_CAPI_VERSION: '0.14.1'
10-
DSS_MATLAB_VERSION: '0.14.1'
9+
DSS_CAPI_VERSION: '0.14.3'
10+
DSS_MATLAB_VERSION: '0.14.3'
1111

1212
jobs:
1313
linux_x64:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Related projects:
2626

2727
Currently, this package covers most of the COM functions and classes, besides some extensions from DSS C-API. If you find a missing function or unexpected behavior, please open an issue on GitHub to both help us track and hopefully fix it, and also inform other users. This project currently uses the [DSS C-API library version 0.13.x](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md).
2828

29-
## Highlights from 0.14.1
29+
## Highlights from 0.14.x
3030

31-
Upgrades the engine to AltDSS/DSS C-API 0.14.1. There are some important bugfixes, a few changes ported from the official OpenDSS, and a lot of new features in our engine.
31+
Upgrades the engine to AltDSS/DSS C-API 0.14.x. There are some important bugfixes, a few changes ported from the official OpenDSS, and a lot of new features in our engine.
3232

3333
This first update only updates the engine. Some new functions still need to be exposed to the MATLAB level, notably `Circuit_Save`.
3434

35-
[See also the AltDSS/DSS C-API 0.14.1 notes.](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.1)
35+
[See also the AltDSS/DSS C-API release notes.](https://github.com/dss-extensions/dss_capi/releases/tag/0.14.3)
3636

3737
## Highlights from 0.13.x
3838

0 commit comments

Comments
 (0)