From 70aab50c7e347526b0ca2181be68345c349cd208 Mon Sep 17 00:00:00 2001 From: Juan Ospina Date: Mon, 6 Feb 2023 12:08:45 -0700 Subject: [PATCH] UPD: Bumped PMITD compatibility of PMD to the latest versions (i.e., v0.14.6). --- CHANGELOG.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 845f113..9695f09 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## staged -- none. +- Bumped PMITD compatibility of `PMD` to the latest versions (i.e., v0.14.6). ## v0.7.6 diff --git a/Project.toml b/Project.toml index 15a769a..8082be7 100755 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Ipopt = "0.9, 1.0.2" JSON = "~0.18, ~0.19, ~0.20, ~0.21" JuMP = "~0.22, ~0.23, 1" PowerModels = "0.19.8" -PowerModelsDistribution = "0.14.5" +PowerModelsDistribution = "0.14.6" SCS = "~1.0, ~1.1" julia = "1.6"