Skip to content

Commit e529e89

Browse files
committed
Bumped CoolProp version once more
1 parent e755d1d commit e529e89

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
coolprop-hash: ${{ steps.coolprop_hash.outputs.coolprop-hash }}
5858
coolprop-check: ${{ steps.coolprop_check.outputs.coolprop-check }}
5959
env:
60-
COOLPROP_VERSION: v7.1.0
60+
COOLPROP_VERSION: v7.2.0
6161
steps:
6262
- name: Get CoolProp version hash
6363
shell: bash
@@ -79,7 +79,7 @@ jobs:
7979
cd externals
8080
git clone --recursive https://github.com/CoolProp/CoolProp.git CoolProp.git
8181
cd CoolProp.git
82-
git checkout tags/v7.1.0
82+
git checkout tags/${COOLPROP_VERSION}
8383
git submodule update --init --recursive
8484
- name: Save the CoolProp cache
8585
uses: actions/cache/save@v4

README_changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ExternalMedia Change Log
22

3-
## v4.1.1 - 2025/10/30
3+
## v4.1.1 - 2025/11/03
44
- Uses Modelica Standard Library 4.1.0
5-
- CoolProp updated to v7.1.0
5+
- CoolProp updated to v7.2.0
66
- Added binaries for macOS ARM (M1/M2)
77

88
## v4.1.0 - 2025/08/01

0 commit comments

Comments
 (0)