From 53dd68217456979d23d60ed2eb16d3581d8b9a95 Mon Sep 17 00:00:00 2001 From: David M Fobes Date: Wed, 24 May 2023 10:42:00 -0600 Subject: [PATCH] v0.14.9 release prep --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa77b7184..f1f8eef34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none + +## v0.14.9 + - Fixed failing unit test `capcontrol_fotr` on `Julia 1 - macOS-latest - x64` - Add native power flow solver by using `compute_mc_pf(data_math)` - Fixed bug in `build_mc_pf` where `constraint_mc_storage_power_setpoint_real` was being applied to all storage objects, and not just ones on PV buses diff --git a/Project.toml b/Project.toml index e69ed4ab6..ddc73f9b7 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModelsDistribution" uuid = "d7431456-977f-11e9-2de3-97ff7677985e" authors = ["David M Fobes ", "Carleton Coffrin"] repo = "https://github.com/lanl-ansi/PowerModelsDistribution.jl.git" -version = "0.14.8" +version = "0.14.9" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"