From 92c4936c6fdae33bf0ae277998d3ed99ef84332b Mon Sep 17 00:00:00 2001 From: David M Fobes Date: Fri, 13 Oct 2023 16:41:32 -0600 Subject: [PATCH] v0.15.1 release prep --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec484f9ea..87716142e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none + +## v0.15.1 + - Added transformation to remove center-tap (distribution) transformers and replace them with equivalenced lines ## v0.15.0 diff --git a/Project.toml b/Project.toml index 77fa0872c..bee613762 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.15.0" +version = "0.15.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"