From e399889dd08b21f34093f713f497abd3048f1277 Mon Sep 17 00:00:00 2001 From: Nick Laws Date: Tue, 1 Aug 2023 18:45:21 -0600 Subject: [PATCH] v0.4.3 upgrade CommonOPF (fix reduce_tree! MultiPhase) --- CHANGELOG.md | 3 +++ Project.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c0902..aa13a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # BranchFlowModel Changelog +## v0.4.3 +- upgrade CommonOPF to v0.3.8 + ## v0.4.2 - upgrade CommonOPF to v0.3.7 diff --git a/Project.toml b/Project.toml index 8cc88f9..acf1dd7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BranchFlowModel" uuid = "73c867df-75f8-459f-abd8-059b58de1e18" authors = ["Nick Laws"] -version = "0.4.2" +version = "0.4.3" [deps] CommonOPF = "dad7ea18-2b21-482e-81c1-e84414cc4b03" @@ -13,7 +13,7 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -CommonOPF = "0.3.7" +CommonOPF = "0.3.8" Graphs = "1.8" JSON = "0.21" JuMP = "1"